Variables & Types
Learn how to declare variables in JavaScript
JavaScript has different ways to declare variables with different scoping rules.
Example Code
console.log("Hello");
Expected Output
Hello