#chaicohort
Read more stories on Hashnode
Articles with this tag
Every JavaScript Object Has a Story. It Starts with a Prototype. · Introduction In JavaScript, everything is an object, and every object has a prototype....
Polyfills In JavaScript · Back in the days of IE6 and Netscape, each browser had its own way of interpreting JavaScript. This inconsistency often broke...
A Profound probe into JavaScript inner workings conditionals(if-else-if, switch case etc), queueing, loops, arrays; and how it handles such operations ·...