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.
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