Designing Learn JavaScript’s course portal (Part 3)

This is the third article where I explain how I designed Learn JavaScript’s course portal. Read more

Similar

Copying Objects in JavaScript

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 »

Javascript – Less Code, Validate JSON

JSON Schema is a powerful tool for validating the structure of JSON data. However, learning to use it by reading its specification is like learning to drive a car by looking at its blueprints. You don’t need to know how an internal combustion engine fit... (more…)

Read more »