DEV Community

Cover image for If you are Javascript developer you must know this VS Code extension
Juanse Mastrangelo
Juanse Mastrangelo

Posted on

If you are Javascript developer you must know this VS Code extension

I fell in love with this vsCode extension and in this post I'll show you why.
The extension is Node.js Notebooks (REPL).

If you want to:

  • Test the output of your javascript code.
  • Know the compilation runtime (ms)
  • Preview the libraries
  • Execute part of the code
  • See the performance of your code

This crazy vscode extension is for you!.

Node.js Notebooks

Node.js Notebooks

Thank you for reading my article, I have written other articles and you can see them on the right bar .

Top comments (0)