Overview: Strong fundamentals in data types, scope and closures boost interview performance.Understanding promises and event ...
This repository documents my JavaScript learning progress, including notes, code snippets, and mini-projects. I cover fundamentals, advanced concepts, and real-world applications to strengthen my ...
Ayyoun is a staff writer who loves all things gaming and tech. His journey into the realm of gaming began with a PlayStation 1 but he chose PC as his platform of choice. With over 6 years of ...
This post is mainly about scope in vanilla JavaScript and the different ways it can be used to our advantage. There are a lot of ways to look at the scope to try and better understand it, my brain ...
Performed base file system operations from the Linux Command Line Enviroment when implementing programs. Derived and employed basic algoritms from given problems Demonstrated basic programming ...
Nowadays JavaScript has three different keywords to declare a variable — var, let and, const. Each has its own properties and particularities. Let’s start by making a simple comparison table of the ...