Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 228 Bytes

Factorial-Javascript

Find the factorial of given number using Javascript

Here we use three different techniques to find the factorial of a given number

  1. For Loop
  2. While Loop
  3. If else conditions

Happy Coding !!!!