Many developers think that comments are good practices while others think totally the opposite, that is, to apply comments are bad practices. Sorry to tell you that there are no absolute rules, everything depends on the case. The truth is that there are a... (more…)
Read more »
How to create a secure random number using JavaScript? Best javascript Tutorials, Articles, Tips and Tricks by Yogesh Chauhan. Well written, nicely organized, simple to learn and easy to understand Web development building tutorials with lots of examples ... (more…)
Read more »
There are some things in JavaScript that seem tedious to write. When I first started learning the language a few years back, I found a few common functions like shuffle and range that are included in the Ruby and Python API, but are just n...
Read more »
This post walks you through building a crossword puzzle generator with JavaScript. You'll also learn about methods for optimizing its performance. (more…)
Read more »