I’m trying to learn JSON and Javascript in order to acquire data from remote sources for a project, following along with a video by Brad Traversy, and after downloading and installing Atom I keep getting errors. I imagine there’s some basic config that I haven’t done but thought I would ask to learn more. Here are some of the errors I’m getting in the console pane (I’m not seeing any data), once I open it (View->Developer->Toggle Developer Tools) in MacOS 10.14.3:
[Violation] ‘keydown’ handler took 481ms
VM22 :14 [Violation] Added non-passive event listener to a scroll-blocking ‘mousewheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
updateEventListeners @ VM22 :14
…
handleDocumentKeyEvent @ VM22 :11
Here’s my source:
JSON sandboxHere’s my version info:
$ atom --version
Atom : 1.34.0
Electron: 2.0.16
Chrome : 61.0.3163.100
Node : 8.9.3
I would also like to know how Mr. Traversy gets that reload button up (I’m typing Cmd-R).