Sublime Forum

How to execute javascript code from sublime text into chrome console?

#1

How to I run my javascript code from sublime text into chrome console?

const greeting = “HELLO WORLD”;
console.log(greeting);

When I run this code above. I want to see it in the chrome console. Can someone help me?

0 Likes

#2

https://packagecontrol.io/packages/ChromeREPL

1 Like