Using a JavaScript library versus building the functionality yourself
Libraries save time by letting developers reuse existing work done by others. Especially for languages like JavaScript, that come with a small standard library, external libraries »