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/js4.html

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

http://people.bu.edu/perryd/cs101/js6.html
1 //Order matters in Javascript. We can tell Javascript 2 /to do something first by placing parentheses around 3 //some code. Use parentheses and the appropriate math 4 //operators to make the output of the 5 //following code print 7/The value is: 42 9 let a-4; 10 let b -1; 11 let c-4; 12 let d- 22; 13 14 console.logC"The value is " +abc d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
