Question: This lab is aimed at getting you comfortable with Javascript. You have to perform the following tasks and include screenshots of your working along with

This lab is aimed at getting you comfortable with Javascript. You have to perform the following tasks and include screenshots of your working along with your code in this file for submission.
1. Setup an HTML file with a script tag at the proper location.
2. Install live server extension in VSCode and start the server to preview the file.
3. Add Javascript code in your file to demonstate the following:
a. Different datatypes
b. Arithmetic operations in javascript performed on different datatypes. You must also include different datatypes in operations such as adding ints to floats, adding strings to floats etc.
c. Demonstrate the working of boolean operators
d. Switch statement and while loop
e. Arrays and objects. Also demonstrate an array of objects.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!