For further JavaScript requests, please consult the JavaScript forum.
Last edited by Charles; 02-23-2003 at 06:33 AM.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Please help me to solve.I'm a fresh beginner to javascript.
2. Write a javascript that display the following table after entering a number. The number of rows displayed will depend on the number that is entered. The following output is obtained when a number 2 is entered:
You have entered 2
Row number
1
2
3. Write a javascript that creates an object prototype called car.
i) A car must have the following properties.
make, model, year, capacity.
ii) Instantiate four cars with different properties and them print out from a web browser.
Bookmarks