Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to multiline comment in Javascript???

New Here ,
May 06, 2010 May 06, 2010

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

Thx...Bob

TOPICS
Builder
728
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 09, 2010 May 09, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 10, 2010 May 10, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources