Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. (more…)
Read more »
It’s been a long-standing dream of front-end developers to have a way to apply CSS to an element based on what’s happening inside that element. (more…)
Read more »
JavaScript is the undisputed king of the web and there is no competitor in sight1. You can love it or hate it, but you can’t deny it’s indispensability when it comes to modern web. This despite the fact that JS lacks features present in languages like Has... (more…)
Read more »
In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)
Read more »
Accessing camera with HTML and vanilla JavaScript (Desktop and Mobile)In this video we learn how to access the camera of a device and show it on a simple HTM... (more…)
Read more »