Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8744273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:49:01+00:00 2026-06-13T11:49:01+00:00

From Javascript: the Good Parts: the Good Parts : Avoid /* … */ for

  • 0

From “Javascript: the Good Parts”: the Good Parts:

Avoid /* … */ for comments, */ appears in useful constructs in javascript. Use //.

I’m curious as to what these “useful constructs” might be, as I can’t think of any OTOH (except maybe a regex like /.*/?)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:49:02+00:00Added an answer on June 13, 2026 at 11:49 am

    The blogger was trying to abbreviate what Crockford wrote at JavaScript: The Good Parts, Chapter number 2 ( Grammar ). This topic comes on the last paragraph of the first section ( Whitespace ). It says,

    The /* */ form of block comments came from a language called
    PL/I. PL/I chose those strange pairs as the symbols for comments
    because they were unlikely to occur in that language’s programs,
    except perhaps in string literals. In JavaScript, those pairs
    can also occur in regular expression literals, so block comments are
    not safe for commenting out blocks of code. For example:

     /* 
         var rm_a = /a*/.match(s); 
     */ 
    

    causes a syntax error. So, it is recommended that /* */ comments be
    avoided and // comments be used instead. In this book, // will be
    used exclusively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Got this regex string from JavaScript: the good parts (pp. 66). Can't get it
I'm reading Douglas Crockford's book JavaScript: The Good Parts. I can't understand the sentence
If I recall correctly from Crockford's Javascript: The Good Parts, he is not in
Reading 'Javascript The good Parts' from Crocksford, I've been in a quest to write
I've been learning Js recently from JavaScript the Good Parts , and according to
Here is a working example from Javascript - The Good Parts. function add(x, y){
I am striving to follow Douglas Crockford's advice from JavaScript: The Good Parts and
This is code from Crockford's JavaScript: The Good Parts. var results = []; var
This is from Crockford's JavaScript: The Good Parts var is_array = function (value) {
I'm very new to JavaScript. I'm reading from JavaScript good parts. It says :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.