I want to add a javascript library from github in my webpage, in order to merge it with my code… How can I do that? I want to add this library: https://github.com/kriskowal/q
I’m trying to run the code, but it give me an Uncaught ReferenceError: Q is not defined. What should I do?