JavaScript Variables
2025-01-08
const pi='trains'; // An Invariable Variable, Block Scoped
var a = 5; // Function Scoped
let there = "Be Peace"; //Block Scoped