Hint: You do not always need to write code from scratch. Often, you can find and use a JavaScript library that somebody else wrote. That way, you speed up the development process, and it’s easier to get to a working end feature.
But how exactly do you get access to the third-party code?



