correct function parameters designation
Posted
by david
on Stack Overflow
See other posts from Stack Overflow
or by david
Published on 2010-04-07T08:46:39Z
Indexed on
2010/04/07
8:53 UTC
Read the original article
Hit count: 133
Every time i pass some parameters to a JavasScript or jQuery functon, i use some random letters. What are the correct letters for the corresponding variable types?
function(o){} for example is for a object. But what are the other letters? Do someone have a list of those?
© Stack Overflow or respective owner