Question: In this lab well practice some fundamental programming concepts. For each of these exercises, copy your code from the web page and paste it into
In this lab well practice some fundamental programming concepts. For each of these exercises, copy your code from the web page and paste it into a document.

http://people.bu.edu/perryd/cs101/js2.html

http://people.bu.edu/perryd/cs101/js3.html
1 //We can combine strings together in Javascript 2 //using the sign. Complete this line of code 3 //so that it prints out Hello World! 4 5 console.log("Hello ""World" "!")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
