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 6803457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:20:48+00:00 2026-05-26T19:20:48+00:00

When working with object literals in JavaScript, I find myself frequently generating syntax issues

  • 0

When working with object literals in JavaScript, I find myself frequently generating syntax issues around the last label / value pair since it does not require the trailing comma. I insert a new value and inevitably forget the separating comma.

.draggable({
    containment: "parent",
    opacity: 0.50  // <- missing comma
    revert: true   // new pair
});

So for the sake of my sanity, would it be reasonable to always have a dummy pair at the end? This seems to work and now all inserted pairs get a trailing comma. Are there other conventions out there? Is the double quote brilliant or idiotic? Feedback please! Thanks.

.draggable({
    containment: "parent",
    opacity: 0.50,
    "": null       // dummy pair
});
  • 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-05-26T19:20:49+00:00Added an answer on May 26, 2026 at 7:20 pm

    No.

    This is simply silly.

    What you want instead is using code quality tools like jslint and jshint. If you hook these into your pre-commit on your version control or your text editor safe mechanism then you’ll never miss these errors.

    Alternatively you can try writing your code isaacs style

    var x = { containment: "parent"
            , opacity: 0.50
            , revert: true
            };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The object I’m working on is instantiated in JavaScript, but used in VBScript. In
I am working on a app that makes use of object literals to represent
I am working on an object factory to keep track of a small collection
I am working with an object which has sub objects within (see example below).
I'm working on an object-oriented Excel add-in to retrieve information from our ERP system's
I want a list of different (derived) object types working with the Default Modelbinder
Imagine an object you are working with has a collection of other objects associated
After working with the .NET GDI+ Rectangle object, I've noticed that if I create
I was recently working with a DateTime object, and wrote something like this: DateTime
I have been working on keeping things object oriented for my project. Currently, I'm

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.