What is the Lisp’s symbol equivalent of JavaScript?

So in Lisp/Scheme, there are these ‘symbols’, which are basically, if I understand correctly, and correct me if I’m wrong, references to variables (not their values). I was wondering if there’s a JavaScript equivalent to that?

Thank you!