Question: Hw3: Write a complete code with HTML code, JavaScript code and provided CSS script code that starts by using prompt statements to get an input
Hw3: Write a complete code with HTML code, JavaScript code and provided CSS script code that starts by using prompt statements to get an input number and output a reverse number. const reverseNum = reverse(num); Use the arrow function to create a function called reverse to reverse the input number. For example: the input number is 12345 and the output is 54321. Hint: 1. use arrow function 2. use for loop Use strict on JavaScript code. Use the provided CSS script code and named as hw3.css. Write an extemal JavaScript code named as hw3.js
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
