Run JavaScript on Sublime text 3 (Linux, WIndows, Mac)-tech villain.

Published: 31 March 2021
on channel: Tech Villen
17,130
159

Now you can run Js without html file!

For Linux:
{
"shell_cmd": "node \"${file}\"",
"selector": "source.js"
}

For Windows:
{
"cmd": ["C:/Program Files/nodejs/node.exe", "$file"], "selector": "source.js"
}



For Mac:
{
"cmd": ["/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc", "$file"],
"selector": "source.js"
}


On this page of the site you can watch the video online Run JavaScript on Sublime text 3 (Linux, WIndows, Mac)-tech villain. with a duration of hours minute second in good quality, which was uploaded by the user Tech Villen 31 March 2021, share the link with friends and acquaintances, this video has already been watched 17,130 times on youtube and it was liked by 159 viewers. Enjoy your viewing!