Javascript Tutorial
Guess-A-Number Game
Play the JavaScript version of Guess-A-Number. First, select a number range and then try to guess the number the computer has chosen.
General »
Top 20 Similar Javascript Tutorials
Write Out Number
This script takes a number and converts it to its English equivalent. If you enter 45678 in the number box and click the appropriate button, Forty Five Thousand Six Hundred Seventy Eight appears in the lower box.
General »
Random Number
Pass a range of numbers to this JavaScript function and it will return a random number within that range. For example, passing the range of [1, 158] would return a number such as 37, 141, 18, etc. Awesome!
General »
Number Countdown
This script initiates a countdown based on the number you enter and ends at zero.
Random Number
The computer will thinks of a random number between 0 and 49. Just guess it! Higher and lower hints included!
General »
Format Phone Number
This script will format a telephone number entered into a text box. Numbers can be entered as 1234567890 and will automatically be formatted as (123)456-7890.
Forms »
Generating a random number in JavaScript
Learn how to generate a random number in java script
General »
Knight Game
This logic game is simple and fun to play. Simply move the knight in legal knight chess moves to every square on the board in as few moves as possible.
General »






