What is the best editor for javascript?

It’s https://quokkajs.com/

1 Like

I use repl.it and codepen

https://repl.it/languages/babel

Screenshot_1

do you have any idea why it doesnt show the sum ? The array works the sum doesnt…

Are you even changing the array?

Just use one space before /*

sum  = a * b; /* ? */

Its weird because i use one space ;/

Looks like two spaces after sum.

The space between = sign is not critical. It’s the single space after ; that’s critical.

If I use 2 or more spaces between ; and /* I don’t get an answer.

Screenshot_3

Hi, i use notpad++ and while using ``` ES6 it make my code very hard to see. It’s very light gray with opacity in it. Any idea

VS Code for JS dev > the rest of 'em. In-editor JS debugging + Git integration = fuego

Been arguing with all our devs at Snipcart and we finally agree on this. We even made a post comparing it to our other favorite, Sublime.

i use notepad++ and excellent editor for me, especially while m coding for one of web-based projects, however, some of them you can find here https://youprogrammer.com/top-10-best-code-editor-for-programmers/ , all of them supports javascript but you have a choice to compare features and choose the best one.