0
Should I use node or web in code playground to test my Javascript codes?
3 Answers
+ 1
If you don't need user input or in general don't need modal pop up windows like 'alert', 'confirm', 'prompt', and your code doesn't deal with DOM (changing/adding/deleting elements from document etc.), then you can use Node for plain javascript code.
+ 1
node
0
Artur thanks man that was helpful