️ Make It Snow ️ – Using the JavaScript DOM
In this tutorial we're going to play with the #JavaScript DOM to create a cool #snowing #effect animation. Code on Codepen: https://codepen.io/FlorinPop17/pe... (more…)
Read more »ES2015 added a variety of riches to JavaScript. Among them are two new ways
to declare variables, let and const. These tools were introduced to
address faults of var, provide us an opt-in path to new functionality, and
bring richers semantics to JavaScrip…