Which of the following is an invalid variable declaration in JavaScript?
var myVar
const myVar = 10
myVar
let myVar

Web Development Exercises are loading ...