Algorithms in JavaScript
Algorithms in JavaScript is a trial on how to build simple algorithms in JavaScript. SECTION 1 – Introduction Algorithms make programs run better and faster. SECTION 2 – FizzBuzz IntroductionA function that will take a number and log all the numbers from 1 till that given number.Additionally, if the number […]