Gideon Idoko
Reflect in JavaScript Explained! cover image

Reflect in JavaScript Explained!

May 12, 2021  |  Gideon Idoko

Reflect is a built-in global object that was introduced in ES6 and dedicated to allow for effective reflection - the ability of a program to manipulate properties and methods of objects at runtime...

JavaScript: The Strange Yet Tricky Parts cover image

JavaScript: The Strange Yet Tricky Parts

Mar 13, 2021  |  Gideon Idoko

JavaScript is one of the most widely used technologies in the engineering world as it is very efficient, and great for building fast, high-performing applications. Despite the awesomeness of JavaS...