Skip to content

maureendugan/factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factorial

This is an epicodus assignment

A factorial is an operator that multiplies a number by all of the positive integers less than that number. For example, 5! = 5 * 4 * 3 * 2 * 1 = 120.

By definition, 0! = 1.

Make a web page to compute factorials.

About

factorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published