Olorunfemi Akinlua

Olorunfemi Akinlua

at · 174 articles published

Boasting over five years of experience in JavaScript, specializing in technical content writing and UX design. With a keen focus on programming languages, he crafts compelling content and designs user-friendly interfaces to enhance digital experiences across various domains.

Areas of expertise

Articles by Olorunfemi Akinlua

date/time field value out of range JavaScript [Solved]

Use comparison operator to overcome date/time field value out of range issue in Javascript

How to add items to array in Node.js [SOLVED]

We can use 3 different methods to add items to array in Node.JS using push, unshift or concat method

Get index in for loop of JavaScript [Solved]

JS for loop with index in an for..in and for..of loop with examples

Wait For Loop to Finish in Node.js [SOLVED]

We can use promise.all to check and wait for loop to finish in Node.js

Error: Cannot find module X in JavaScript [8 Reasons]

We can solve Error: Cannot find module by installing the missing module. We can use npm tool to install the mising module.

Update key with new value in JavaScript [SOLVED]

We can either use foreach loop of maps function to update key with new value in Javascript

Error: cannot find module express [SOLVED]

Error: Cannot find module 'express' This error is quite common and exists because when your code ran, the express package or module wasn’t found within its …

How to sort a map by value in JavaScript? [SOLVED]

Different methods to sort map by value in javascript (JS) in both ascending and descending order.

println JS alternative available? [SOLVED]

The alternative of java println in javascript is console.log()