At CodeFights, we love JavaScript! We're spreading the love with our first-ever Beautiful JS contest, where your elegant code can win you awesome prizes. (more…)
Read more »
Date, JavaScript’s current date time API is infamously difficult to use. The ECMAScript proposal “Temporal” is a new and better date time API and currently at stage 3. It was created by Philipp Dunkel, Maggie Johnson-Pint, Matt Johnson-Pint, Brian Terlson... (more…)
Read more »
There’s an old story about a drunk trying to find his keys in the streetlight. Why? Well, because that’s where it’s the brightest. It’s a funny story, but also relatable, be… (more…)
Read more »
The interview question of the week for this week on Cassidoo’s weekly newsletter is,... (more…)
Read more »
An object in JavaScript is a collection of key-value pairs. Each key-value pair is called as a property. A property can be a function, an array, an object itself or any primitive data type i.e… (more…)
Read more »