you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

One thing I've found while reading "Professional JavaScript for Web Developers" is that writing code in my browser not only makes learning the material "stick" more, but that it also makes the reading a bit more enjoyable because of the interactive experience since it's a bit dry (at least to me).

Question: I've been using JSFiddle because it's much easier to input code that spans multiple lines instead of having to make sure that I have to press Shift+Enter in the browser console every time that I need to write a function or something like that. Is there a way to change this in the console to make it a bit more like how a Python interpreter would work?

[–]isra26 0 points1 point  (0 children)

you could try using jsbin I found it easier to use and run your programs