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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:18:06+00:00 2026-06-12T14:18:06+00:00

I am encountering this error on Internet Explorer 9.0 under F12 development tools, in

  • 0

I am encountering this error on Internet Explorer 9.0 under F12 development tools, in the following statement:

arr = [];
for (i = 0; i < items.length; i ++) {
  console.log(items[i]);
  arr.push(items[i].join(','));
}

This method work on every browser except IE. Why isn’t it working?

  • 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-12T14:18:07+00:00Added an answer on June 12, 2026 at 2:18 pm

    Here’s my guess (since we’re lacking information).

    It could be a combination of the following:

    • You’re testing in IE8, or if you’re using IE9, you’re in Quirks Mode

    • When you built the Array, you included a trailing ,

    In Quirks Mode, or in IE8 and lower, if you include a trailing comma in Array literal syntax, it’ll (incorrectly) add an extra item the end of the Array.

    This means your last item will be undefined, and you’ll get an Error when you use .join().


    In IE8 and lower, or any version in Quirks Mode, you’ll get the following:

    var items = [
        ["foo"],
        ["bar"],
        ["baz"], // <-- trailing comma
    ];
    
    alert(items.length); // 4 (should be 3)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am encountering this error when I am loading an Ad Hoc build of
I seem to be encountering an error when reading from a text file. This
I'm encountering an error sprintf statement. I added a printf command to help investigate,
I'm encountering this error : Membership credential verification failed. when I try to login
I'm encountering the following error when attempting to (svn) import from within Xcode). Import
I'm encountering this error while compiling some old VC++ 6.0 source code. error C2632:
I'm encountering the following error at unpredictable times in a linux-based (arm) communications application:
I am encountering this error whenever the button is clicked to collapse/expand the panel.
I am randomly encountering the following error: Message: Invalid viewstate. Client IP: xx.xxx.xxx.xx Port:
I get this error whenever I enter whatever number bigger than the following, in

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.