Tag Archives: features

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 | Also tagged | Leave a comment