Homepage
Open in app
Sign in
Get started
Dev Proto
News, articles, and knowledge bank for software developers
Follow
JavaScript: What’s Typeof ?
JavaScript: What’s Typeof ?
As the name implies, the typeof keyword is used to determine the types of data. This is one of the most common JS keywords found in JS…
Chidume Nnamdi 🔥💻🎵🎮
Jul 31, 2020
JavaScript: What’s __proto__?
JavaScript: What’s __proto__?
__proto__ is a way to inherit properties from an object in JavaScript. __proto__ a property of Object.prototype is an accessor property…
Chidume Nnamdi 🔥💻🎵🎮
Jul 31, 2020
JavaScript: Let’s implement Array.slice() and Array.splice()
JavaScript: Let’s implement Array.slice() and Array.splice()
Previously, we have implemented Array methods:
Chidume Nnamdi 🔥💻🎵🎮
Jul 31, 2020
How it works: Array.reduceRight
How it works: Array.reduceRight
Array#reduceRight is the trickiest of the JS APIs to understand. Even battle-hardened developers with 20+ years of experience often find…
Chidume Nnamdi 🔥💻🎵🎮
Jul 31, 2020
JavaScript: The ❕unary operator
JavaScript: The ❕unary operator
! is a Logical operator commonly used in JavaScript. Despite its wide usage, only a few understand what it does.
Chidume Nnamdi 🔥💻🎵🎮
Jul 30, 2020
JavaScript: Reducing Array elements using the length property
JavaScript: Reducing Array elements using the length property
I know this article title will be surprising to you. That’s why you are here, right? :)
Chidume Nnamdi 🔥💻🎵🎮
Jul 30, 2020
Why {} + {} gives "[object Object][object Object]" in JavaScript
Why {} + {} gives "[object Object][object Object]" in JavaScript
JavaScript is huge and has unforgiven rules and specs we must abide to.
Chidume Nnamdi 🔥💻🎵🎮
Jul 30, 2020
About Dev Proto
Latest Stories
Archive
About Medium
Terms
Privacy