Question: Anyone can assist with answering this javascript question please to meet the requirements below? 1. Create a project named lastName-firstName-basic-javascript. 2. Create script.js file 3.

Anyone can assist with answering this javascript question please to meet the requirements below?

1. Create a project named lastName-firstName-basic-javascript. 2. Create script.js file 3. Create 3 variables using the let keyword named [one; two; and give the variables their respective numerical values. E.g. The value of the variable one will be 1. 4. Use variables one and two with the correct operator to create a new variable named resultOne to store the number 3. a. Log the text 1 + 2 is equal to 3. to the console. Be mindful of spaces and the period. b. Use the formula "numOne + numTwo is equal to resultNum to log the answer. i. When logging the string, use the variable one to get the value 1. ii. When logging the string, use the variable two to get the value 2. iii. When logging the string, use the variable resultOne to get the value 3.

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 Databases Questions!