Variable used to be the norm in JavaScript, but now there are better players on the playing field: let and const. The main difference? Scope. See, scope is important in programming. In most cases, always using global variables isn't a great idea, but ther... (more…)
Read more »
daydream-controller.js - Connect to Daydream Controller using WebBluetooth. (more…)
Read more »
3 JavaScript methods to use when you want to go back and forth in history 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 wit... (more…)
Read more »
Learn how to use the map loop array method in Javascript. This is an array method/function which lets you iterate or loop over certain items and elements in ... (more…)
Read more »
If you are new to JavaScript, chances are that you might find it a bit confusing at times. This is with good reason as JavaScript is a language of many quirks packed with odd behaviors and inconsistency. Let's make JavaScript a bit less confusing by tackl... (more…)
Read more »