JavaScript-Code Here I will complete JavaScript programming language. Variable Prefer not to be use var because of issues in block scope and function scope Use let and const const is not changeable let is changeable