Question: Number Methods lesson https://www.w3schools.com/js/js_number_methods.asp 1.What is the hexadecimal number ff (written in JavaScript as 0xff) in base 10? 2.Write all the numbers from 0 to
Number Methods lesson
https://www.w3schools.com/js/js_number_methods.asp
1.What is the hexadecimal number ff (written in JavaScript as 0xff) in base 10?
2.Write all the numbers from 0 to 20 in hexadecimal form. If not sure you can always use a for loop and (if the index variable is ), print out 16).
3.What is )? Why?
4.What is (35).36)? Why?
5.What is (35).37)? Why?
6.What is 0.99 + 7% of 0.99?
7.Why does (0.99+0.07*0.99).2) give the price if it costs $0.99 + 7% sales tax?
8.What is true)?
9.What is undefined)? Why?
10.What is 0xff)? Why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
