So eventually on your coding adventures, you’ll come across libraries. What exactly are libraries? Well just like libraries in the real world, full of books, magazines and other resources, a Javascript library contains useful Javascript code, already written and ready to use. The idea is to NOT reinvent the wheel. We are able to use shortcuts like jQuery…