Challenges easy Double It 50 XP
Javascript Challenge

Double It

Read a number and print it doubled. Use readLine() to read input and console.log(...) to print.

Example 1

Input
8
Expected Output
16
solution.js
Run the examples to test your code, then Submit to run all hidden tests.
🚀

Create a free account

Sign up free to run and submit solutions, earn points, and unlock badges.

Create Free Account

Already have one? Log in