Algorithms in JavaScript

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 […]

Data Structures in JavaScript

javascript

What are Data Structures and why are they Important Data Structures are way of organizing data that is stored in a computer or database. Each type of data structure represents a different way of organizing the data.There are different types of data structures because they have different strengths and weaknesses.Some […]