147 followers
Hi, I am Bello Osagie, a tech blogger, writer, youtubers, online instructor, and web developer. I teach web development… Join me to learn, discover, and have fun coding together!
Subscribe to my newsletter and never miss my upcoming articles
JavaScript Symbol Type and Properties · In JavaScript, the object key can only be in either string or symbol. A symbol represents a unique...
The console.log method is not the only method used in the console. Check out other console methods besides log by running the code...
We know that objects contain properties that are key-value pairs, but there's more to that — it includes the flag attributes. Property flags The 3...
A function can solve a task by calling other functions or itself. It is a chalk of tasks that is split into smaller or several tasks of the same kind....
In JavaScript, code in a script or a function body has a hidden object called the Lexical Environment object. The object can not be gotten from the...
In this article, we will see what the rest parameters and what spread syntax is all about. The example below is a summary of this article. const...