Tags : JavaScript Intro

Factorial

Make a website that calculates the value of a factorial. For example 3! is 3 * 2 * 1 = 6

Once you get the factorials working add the result to a table with the number you selected.

Google how to make tables in html.