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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:45:17+00:00 2026-06-04T10:45:17+00:00

In JavaScript, let’s say you have: function doSomething(callback) { if (callback instanceof Function) callback();

  • 0

In JavaScript, let’s say you have:

function doSomething(callback) {
    if (callback instanceof Function) callback();
}

doSomething(function() {
    alert('hello world');
});

Is there a way to check what is inside ‘callback’ (like, the fact that alert() is called) from doSomething()? Something like:

function doSomething(callback) {
    alert(callback.innards().indexOf('alert('));
}

I’m just curious

  • 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-04T10:45:19+00:00Added an answer on June 4, 2026 at 10:45 am

    Function.prototype.toString() gives an implementation-dependent representation of the function. However built-in functions will return something like:

    function Array() {
       /* [native code] */
    }
    

    and host methods can return anything, even throw an error. So the strict answer is yes, maybe. But in a practical sense, it is not reliable.

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

Sidebar

Related Questions

let's say I have a simple javascript like so: $(document).ready(function(){ if(login == 1) {
Let's say I have a JavaScript object: function a(){ var A = []; this.length
Is there a way to let a javascript function know that a certain parameter
Let's say I have form in javascript file: function form(csrf){ document.write('<form action= method=post>'+csrf); document.write(....);
Let's say I have a UIWebView with some javascript functions. I want those javascript
In JavaScript let's say we have the following code var test = 'd'; if
If I have an in-memory string in JavaScript that is let's say Excel or
Let's say we have a string in JavaScript This is a nice website -
Possible Duplicate: Javascript color gradient I have color one (let's say yellow) and color
Let's say I have a javascript array with a bunch of elements (anywhere from

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.