Monthly Archives: September 2009

JS features you better know 1

In scope of functions arguments is local variable provides some nice features we can use in our code. First you don’t need to define any parameters for a function. You can just use arguments and will get arguments passed to the function. function sum(){ var [...]
Posted in post | Tagged , | Leave a comment