InterviewSolution
Saved Bookmarks
| 1. |
Write the JavaScript coding for the below output with the help of the guidelines given below.Declare 2 variables q and r. Store the values 100 and 150 respectively and display the value as shown below:Value of q = 100Value of r = 150 |
|
Answer» hi Explanation: ....................... |
|