You have already completed these exercises!
Do you want to take them again?
You completed the JS Let Exercises from W3Schools.com
Share on:
What is a correct use of the let keyword?
let
let x = 5;
x let 5;
let 5 into x;
x = 5(let);