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… Read more

Similar

On JavaScript Ecosystem

Published on 25 March 2021Table of contents#IntroTask runners, bundlers, toolsLanguage ergonomicsAsynchronous revolutionFlux case studyPeople factorClosing thoughtsIntro#A colleague of mine recently asked whether we consider the current state of the JavaS... (more…)

Read more »

JavaScript setInterval() Method

JavaScript setInterval() method either call a function evaluates an expression at specified number of milliseconds. This method continues to call/evaluate the expression until window is called. Another way to stop this method is by calling clearInterval()... (more…)

Read more »