You have already completed these exercises!
Do you want to take them again?
You completed the JS Variables Exercises from W3Schools.com
Share on:
What is NOT a correct syntax for declaring variables?
let x;
dim x;
var x;
const x;