Using the keyboard, how do I click run?

What would the keystrokes be using the keyboard?

https://jsitor.com/

https://jsfiddle.net/3gbfsxh9/

@javascriptcoding5678 to run click ctrl+enter (link 2)
for link 1 tab tab tab tab… then enter

jsfiddle: ctrl + enter

@javascriptcoding5678 yes

1 Like

It is not guaranteed to be the same on every interface, but for many online editors (including freeCodeCamp lessons) Ctrl+Enter (or Cmd+Enter on Macs) will run the code. For some, you can also find an option that will automatically run it when you make changes. I believe that both CodePen and JSBin do this by default.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.