Sunday, April 1, 2012

JavaScript doesn't recognize the int type variable.

Problem
JavaScript doesn't recognize the int type variable.

Impact
Shows error while using int type data.

Solution
java script has no variable types.
all the variables are declared using var keyword
and in that you can store any type of data.
and even they can change their datatype during their life cycle.

No comments:

Post a Comment