From f8a237e363b020e876f553520329046cf813da8e Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 30 Aug 2023 11:16:11 +0530 Subject: LiveClass01: Js function for Factorial --- Live-Class01/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Live-Class01/index.html diff --git a/Live-Class01/index.html b/Live-Class01/index.html new file mode 100644 index 0000000..488ca28 --- /dev/null +++ b/Live-Class01/index.html @@ -0,0 +1,32 @@ + + + + + + Factorial Calculator + + +

Factorial

+

Factorial is a mathematical operation that involves the multiplication of a positive integer with all the smaller positive integers leading up to it.
It is denoted by the symbol "!" following a number.
For instance, the factorial of 5 (written as 5!) equals the product of 5 × 4 × 3 × 2 × 1, resulting in 120.

+
+ + +
+ +

+ + + \ No newline at end of file -- cgit v1.2.3