...

/

Challenge: Numbers

Challenge: Numbers

Write some code that works with numbers in JavaScript.

We'll cover the following...

Task 1

Write some code that asks the user for a number and then tells them what double that number is.

Sample input 1:

number = 10

Expected output:

Double that number is 20!

Sample input 2: ...