JavaScript & Data Validation – Don’t Do It the Hard Way
Every developer sooner or later comes to the point when they need to check the incoming data and make sure it is valid. It is not always easy to decide on the best way to attack the problem…
The art of being a professional developer
Every developer sooner or later comes to the point when they need to check the incoming data and make sure it is valid. It is not always easy to decide on the best way to attack the problem…
Quick and informal primer on “hoisting” function declarations in JavaScript, which often confuses developers coming from a different programming language