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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:42:03+00:00 2026-06-02T03:42:03+00:00

It is maybe incredibly easy but I couldn’t solve what was going on. function

  • 0

It is maybe incredibly easy but I couldn’t solve what was going on.


function doSomething(a)
{
   var num=10;
   return setTimeout(
   function(){ a(num); }, 1000);
}

The only thing that actually confuses me is the a(num) part. What actually it does?
Reminder: I really am asking because I’m not familiar with the javascript syntax.

  • 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-02T03:42:06+00:00Added an answer on June 2, 2026 at 3:42 am

    When the function doSomething() is executed it is passed the parameter a,
    a is also some function that is then called when setTimeout() expires after 1 second,
    then calling the function a() passing the argument called num

    Example usage:

    // call doSomething() passing the test() function as an argument
    doSomething(test);
    
    
    // takes a number as an argument and shows an alert with that value
    function test(number)
    {
       alert(number);
    }
    
    // takes a function as an argument that will perform a 1 second timeout then execute the function called a
    function doSomething(a)
    {
       var num=10;
       return setTimeout(
       function(){ a(num); }, 1000);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Normally, this would be incredibly easy with tables, but everyone says tables are bad
maybe this is a silly question, but I can't solve on my own. I
Maybe the title is a little missleading but I'd like to ask you for
Maybe my title is not the best but here is what I really want.I
Maybe it's because of the dark outside, but I can't get this Position geom_text
Maybe it's wrong but I always use this query for my app: cme_only =
Maybe this is a poor question, but, I can't find a tutorial or even
Maybe it's a newbie question, but is there a method in C/C++ to prevent
Maybe I'm spoiled by Python, but does Octave allows one to assign the values
This may be an incredibly stupid question, but I have a web application that

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.