Javascript TUTORIAL


Javascript Addtional Examples


Here are some addtional examples that you would like to practice.

1. This examples prompts for a number. Once you enter the number it prints a table corresponding to the number. Try writing your own code before looking at this example.

Javascript Printing a Table

2. This examples is same as above. It will however, print multiple tables. It was ask for the number of tables you need to print and then it wll ask for the starting table number. This will illustrate multiple for loop.

Javascript Printing multiple table