I was just wondering how to declare a variable called variable in JavaScript.
Or a variable called function.
Of course, its not necessary
Is it possible?
Just wondering.
Like this?
var var = "some string"
(you probably can't with javascript but any other language where it's possible?)