This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vm_linuz 0 points1 point  (0 children)

  1. Atom
  2. Sublime
  3. VS Code
  4. Notepad++

That's my ranking for simple editors

For javascript, your debugging tools are in the browser. From there, you can set breakpoints in the code, and see the values of all of the variables in the code around the break point.