The $ sign is used by several libraries (jQuery, MooTools, Prototype).
Let say I have a Class called ProjectServices
and wouldlike to create an alias like
var #PS = ProjectServices;
Wy is it not allowed to use # as alias or identifier in Javascript ?