You have already completed these exercises!
Do you want to take them again?
You completed the JS Statements Exercises from W3Schools.com
Share on:
How many statements can you find in this line of code:let a = 5; let b = 6; c = a + b;
let a = 5; let b = 6; c = a + b;