9

I'm new to javascript and I'm doing the freecodecamp. I was doing a challenge and I was looking everywhere how to fix my problem (I needed to use an API from another page) turns out all I needed to do was add the Jquery library, I've been stuck with this for HOURS FML

Comments
  • 1
    Well, when I was starting up in JavaScript this really fucked my brain as well. Now, I write only JavaScript, no jQuery. I am also a big fan of Angular and React.
  • 0
    @PoweredByCoffee I still haven't check any framework just yet , I want to get familiar with JS first so then I can start experimenting with the different frameworks
  • 0
  • 0
    No you didn't, jQuery never was and still is not a requirement for making an api call, you could very easily of made an xmlhttprequest or just used fetch seeing as it's 2017.
Add Comment