console.log(typeof "17"); console.log(typeof "3.2"); /*What about values like "17" and "3.2"? They look like numbers, but they are in quotation marks like strings. Run the following code to find out./*