PHP ZCE mock test, interview preparation, daily lessons under chalk talk

Tuesday, November 22, 2011

JavaScript Name Spacing

Why do you think JavaScript name spacing is important?


JavaScript name spacing helps avoiding variable name conflicts. It becomes important when a program written by one developer mingles with the program written by others, and the two programs share variables.

No comments:

Post a Comment