JS LOCAL VARIABLE EXAMPLE
Run
{
    let msg = "Welcome to Studytonight";
}

console.log(msg)