I'm currently learning JS, and while working on my project, I was wondering if a variable is by definition an object, or a kind of object, or nothing a all.
I know we can create objects through var, but I'm not sure if a var is always an object.
Thanks for the answers !