Question: Question 15 6.5 points Save Answer Write a JavaScript code to create an object named Student with the following attributes and values. You must use


Question 15 6.5 points Save Answer Write a JavaScript code to create an object named "Student" with the following attributes and values. You must use Constructor method to create the object. ID Name GPA 2016293123 Ahmed 3.2 TT T Arial 3 (12pt) Write the required JavaScript code so that when a user clicks on the "Click me!" button, the following is done: a. Prompt the user to enter a number between 10 & 20. b. Pop up an alert message "wrong number" if the user enter number less than 10 or greater than 20. c. Print the odd numbers from 1 to the number entered by user.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
