JavaScript undefined Property
JavaScript undefined Property - when you need to see if a variable has been defined you can just check if it is equal to the undefined keyword I.E. if (t1==undefined). This is good to use when you have optional parameters to a function.
0 Comments:
Post a Comment
<< Home