Question: 1. What is JavaScript? What are the advantages of implementing JavaScript on a site? Min: 75 words 2. How is ECMAScript and JavaScript related? Min:
1. What is JavaScript? What are the advantages of implementing JavaScript on a site? Min: 75 words 2. How is ECMAScript and JavaScript related? Min: 75 words 3. What do these logical expressions evaluate to?
true && true
true || false
false && true
false || !(false)
4. Using the Developer Tool Console built into any Browser output the sentence "Hello World, my name is yourFirstName yourLastName!". Replace yourFirstName and yourLastName with your actual first and last name.
Hint: console.log()
Submit a screenshot
5.What are the six basic types of values in JavaScript? Provide a short explanation of three of these types
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
