/* You should create four lines that look like this: console.log(5 + 3) Your output should simply be four lines with the number 8 appearing once on each line. */ console.log(8); console.log(8); console.log(8); console.log(8);
To embed this project on your website, copy the following code and paste it into your website's HTML: