#coding
Read more stories on Hashnode
Articles with this tag
JavaScript treats functions as first-class citizens. Functions are considered values similar to primitives. Functions can be assigned to variables,...
'this' is a special keyword in JavaScript that confuses the developers. Let's break down the core concept behind 'this'. 'this' keyword in JavaScript...
Functions In Javascript: JavaScript embraces a wide range of functional programming principles alongside its object-based programming...
SOLID principles are five design principles applicable to object-oriented design which makes code understandable, maintainable and extensible. Why do...