JavaScript
Jan 22, 2024
Install the LTS: https://nodejs.org/en
Emmet abbreviation for VSCode: Click here
Function
Self-executing function | variable scoping | Executes immediately
(() => {
console.log("This is the body");
})();
Events
Best tutorial on events click here