Overview: Strong fundamentals in data types, scope and closures boost interview performance.Understanding promises and event loop behavior improves handling of ...
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 ...
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 ...
Every keyboard has a set of Function Keys F1-F12 on the top row; however, the old computer sets used to have these keys gathered on the left side of the keyboard. While every function key caters ...
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 ...