How can I run javascripts on sublime text using the laptop? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I run javascripts on sublime text using the laptop?

17th Feb 2020, 6:25 PM
Joy Umeh
Joy Umeh - avatar
4 Answers
0
sublime is a text editor you just have to load your code on a browser
17th Feb 2020, 6:34 PM
✳AsterisK✳
✳AsterisK✳ - avatar
0
I know that. i have been runing some javascript codes on it but no results
17th Feb 2020, 6:37 PM
Joy Umeh
Joy Umeh - avatar
0
you need to keep all the files in the same folder, you can just create a folder for it
17th Feb 2020, 6:39 PM
✳AsterisK✳
✳AsterisK✳ - avatar
0
 You can't run JS inside sublime unless you have an extension which allows that sort of thing. SublimeText is build in python so potentially you can run python code from directly within the editor, but JS needs a JavaScript interpreter (like v8 or blink, etc).
17th Feb 2020, 7:39 PM
Đøöfūš Đĕv
Đøöfūš Đĕv - avatar