```js const s = Symbol('x') registerPlugin(type, s); ``` then when we see s, we know what it means and we call it with the right parameters, if it is a function, etc