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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:12:00+00:00 2026-05-30T18:12:00+00:00

When I execute the following code in Chrome 18 beta I get the error:

  • 0

When I execute the following code in Chrome 18 beta I get the error:

console.log.apply(this, ['message']);

TypeError: Illegal invocation.

In Firefox 10 it works as expected.

In IE9 I get the error: Object doesn't support property or method 'apply'.

I’m guessing this has to do with how the browser has implemented console.log.

Why does it work in Firefox but not in Chrome and IE? I’m hoping someone can shed some light on the cause of this and its ramifications.

Here is an executable sample on JS Bin.

  • 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-30T18:12:01+00:00Added an answer on May 30, 2026 at 6:12 pm

    console and log are host objects. Their behavior is implementation dependent, and to a large degree are not required to implement the semantics of ECMAScript.

    FWIW, your jsBin fails in Chrome as well unless you change it to…

    console.log.apply(console, ['message']);
    

    but that seems to be that log simply anticipates a calling context of console.

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

Sidebar

Related Questions

I just discovered that the following code executes without error (Chrome): console.log(fa); function fa(){}
I get the following error when I try and execute the code down below.
if i execute the following code i get a cannot convert to object error;
I got error Access Violation when the following code is execute : void NoAction()
The following code executes fine in Firefox and Chrome, but gives an error: 'null'
I execute the following code via CLR, is there a reason why the message
When I execute the following code in scala REPL: javax.persistence.Persistence.createEntityManagerFactory(manager1) I get javax.persistence.PersistenceException: No
When I execute the following code, I get ConcurrentModificationException Collection<String> myCollection = Collections.synchronizedList(new ArrayList<String>(10));
When I execute following code in scala REPL console: java.util.Collections.max(new java.util.ArrayList[String]()) NoSuchMethodError exception is
I can compile but can't execute the following code with the error (using Postgres):

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.