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

  • Home
  • SEARCH
  • 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 6675441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:51:21+00:00 2026-05-26T03:51:21+00:00

All this is one expression. What exactly gets put inside div in the end?

  • 0

All this is one expression. What exactly gets put inside div in the end? What’s it called when you have a bunch of comma delimited expressions?

var div = document.createElement( "div" ),
    documentElement = document.documentElement,
    all,
    a,
    select,
    opt,
    input,
    tds,
    events,
    eventName,
    i,
    isSupported;
  • 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-26T03:51:22+00:00Added an answer on May 26, 2026 at 3:51 am

    It is just the declaration of a bunch of variables inside a function scope. The first two variables are also initialized with their declaration. You can declare/initialize multiple variables at once by separating each with a comma like is done here.

    In other uses, the comma character is an operator in javascript. From MDN: The comma operator evaluates both of its operands (from left to right) and returns the value of the second operand.

    The variable div is initialized here to an empty div tag. There is nothing inside it yet until later code uses it. The code following this in jQuery, puts some content into that div and then runs a series of test operations on it to do feature tests and see what features are supported in the current browser.

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

Sidebar

Related Questions

I have been banging my head on this one all day. The C++ project
This one has us all baffled at work. We have two services running on
I know this one is the weirdest of all weird questions I have asked
All the generated webservice-stubs from our backend have an equals-method similar to this one:
One day I suspect I'll have to learn hadoop and transfer all this data
This one has me stumped. #!/bin/ksh AWKSCRIPT='END { print all done; }' OUTPUT=`echo hello
When this one runs everything goes fine: (r^newobject$, views.myobjects.newobject), All the CSS + JS
Morning y'all This is probably an easy one but I barely got any sleep
First of all I did gave a look at this one. But I didn't
Hey all, I'm pulling my hair out on this one. I've checked all my

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.