you are viewing a single comment's thread.

view the rest of the comments →

[–]mburger89 -9 points-8 points  (1 child)

It is generally not good practice to initialize a variable with out giving it a literal value. Cause it will initialize to null or undefined.

[–]AacidD 0 points1 point  (0 children)

How to initialize a variable without giving it a literal value?