what is the key shortcut to run console.log() in jsbin?

Viewed 32

I want to know what is the key shortcut for console.log() in jsbin?

Is there a combination of keys on a keyboard to do it? Thanks

1 Answers

I found it, if anyone ever will need it, it's type "cl" letters together and press TAB.

Cheers

Related