Hi,
I see in many places a $ sign before variable names in javascript. What does that $ sign mean?
For ex: i have say like below mentioned code:
Fact_Class.prototype.intz=function($n){}
What does the $ symbol before variable 'n' signify there? Can anyone explain?
Thanks,
VC