Challenge: Numbers

Write some code that works with numbers in JavaScript.

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: ...

Get hands-on with 1400+ tech skills courses.