CAChidi Akunneinc-akunne.hashnode.dev·Jun 27, 2022 · 4 min readThe Basics of JavaScript FunctionsIntroduction One of the most emphasized coding principles is the DRY principle, which is the need to as practicable as possible, avoid repeating codes. In simple terms, reducing repetition of software patterns, replacing it with abstractions or using...00D
CAChidi Akunneinc-akunne.hashnode.dev·Jun 13, 2022 · 6 min readJavaScript: Anatomy of Loops.In JavaScript, just as in other programming languages, we use loops to read or access the items of a collection. The collection can be an array or an object. Every time the loop statement cycles through the items in a collection, we call it an iterat...01S
CAChidi Akunneinc-akunne.hashnode.dev·Jun 5, 2022 · 6 min readHTML Semantics for beginnersHTML Semantics A common issue faced by most beginner front end developers is the temptation to use div in all contexts when building a webpage. I promise, this article was not born out of my frustrations from trying to center a div in my early days o...0-1