Author: Luciano Sampaio
Global and Local Variables in JavaScript
Hi there, today I’m going to show how you can create global and local variables in JavaScript and also try to explain why you should try to avoid creating global variables in your code, of course I’m not saying that you can’t use it, I’m only saying that if you can find another solution that will use local variables, then you should go for it, but sometimes we know that using global it’s the only way, so try to use it wisely. That’s the best advice I can give you.
Continue reading Global and Local Variables in JavaScript
Localization and Globalization in ASP.NET
Thank you for your time and feel free to leave any comments or questions.
Debugging JavaScript in Visual Studio.NET
Thank you for your time and feel free to leave any comments or questions.