Skip to main content
Participant
May 6, 2010
Question

How to multiline comment in Javascript???

  • May 6, 2010
  • 1 reply
  • 795 views

I'm not seeing a way to apply // type comments to a section of Javascript.  Is there a toggle somewhere or what?

Thx...Bob

This topic has been closed for replies.

1 reply

Inspiring
May 9, 2010

Well one would usually use block comments to do that, surely?  And there's a button for that "/* */".

Why do you - specifically - want to use single-line comments in this instance?

--

Adam

Participant
May 11, 2010

Sorry - I'm a long time Netbeans user and they use multiple //..   Candidly, I forgot about the other syntax.