Javascript - Algorithm
IntroductionAlgorithem is a step by step process to how to solve a program. Algorithm is important because it can influence the speed and efficency of our program. As our program size grow or our users grow, we don’t want slow functions affect our user experience.
Here a sneak peak of some algorith
...