Javascript Tutorial

Generating a random number in JavaScript

Learn how to generate a random number in java script
General » javascriptkit.com
Score(+): 0 | Views: 112 | Save it | Report it


Top 20 Similar Javascript Tutorials

Generating weighed random numbers

This tutorial is about generating weighed random numbers in JavaScript
General » javascriptkit.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

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 » javascript.internet.com
Score(+): 0 | Views: 111 | Similar Tuts | Save it | View this tutorial

Random Number

The computer will thinks of a random number between 0 and 49. Just guess it! Higher and lower hints included!
General » javascript.internet.com
Score(+): 0 | Views: 140 | Similar Tuts | Save it | View this tutorial

Number rounding in JavaScript

General » javascriptkit.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Number Of Visits

Basics » javascript.internet.com
Score(+): 0 | Views: 108 | Similar Tuts | Save it | View this tutorial

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 » javascript.internet.com
Score(+): 0 | Views: 140 | Similar Tuts | Save it | View this tutorial

Number Countdown

This script initiates a countdown based on the number you enter and ends at zero.
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 184 | Similar Tuts | Save it | View this tutorial

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 » javascript.internet.com
Score(+): 0 | Views: 146 | Similar Tuts | Save it | View this 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 » javascript.internet.com
Score(+): 0 | Views: 147 | Similar Tuts | Save it | View this tutorial

Prime Number Calculator

General » javascript.internet.com
Score(+): 0 | Views: 97 | Similar Tuts | Save it | View this tutorial

Phone Number Converter

General » javascript.internet.com
Score(+): 0 | Views: 460 | Similar Tuts | Save it | View this tutorial

Random Sentences

Use JavaScript to write a random sentence to your web page. Unlike the other random scripts that pick one of 60, this script NEVER uses the same sentence twice! It picks a new subject, verb, and object combination for each page load.
General » javascript.internet.com
Score(+): 0 | Views: 78 | Similar Tuts | Save it | View this tutorial

Random Quips

Of all the random message JavaScripts here at TJS, I probably like this one the most. It's hilarious! The JavaScript will randomly pick and write a quote to your web page. They're all funny! You'll love 'em!
General » javascript.internet.com
Score(+): 0 | Views: 99 | Similar Tuts | Save it | View this tutorial

Random Taglines

Ever wondered how to make those cool random title messages? This script will do it for you! The title at the top of the page changes each time the page is loaded. Pretty neat!
General » javascript.internet.com
Score(+): 0 | Views: 122 | Similar Tuts | Save it | View this tutorial

Random Name Generator

Creates a random male or female character name for use in a story, movie, play, etc. Cool.
General » javascript.internet.com
Score(+): 0 | Views: 123 | Similar Tuts | Save it | View this tutorial

Random Jokes

General » javascript.internet.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Random Page

Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 94 | Similar Tuts | Save it | View this tutorial

Random Midi

General » javascript.internet.com
Score(+): 0 | Views: 32 | Similar Tuts | Save it | View this tutorial

Random Image

Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 100 | Similar Tuts | Save it | View this tutorial

Random Quotes

This is a good script to use for placing a random quote on a page. Once the page is loaded, a random quote will be selected and placed where you'd like it to appear.
Basics » jacorre.com
Score(+): 0 | Views: 118 | Similar Tuts | Save it | View this tutorial