Hey All,
I’m fairly new to using atom and coding in general. I started with freecodecamp and now I’m at the last challenges of the front end certification. I wanted to try to build in atom rather than using codepen and I was able to use atom runner to run/test my code, but now I have an html file linked. So I had to use the document ready function, which works fine but it throws up errors with atom runner. Is there any way to keep the document ready function without having atom runner throwing out the $ is not defined reference error?