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 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

Maybe this is something very easy to do it but so far it's taking
Normally, this would be incredibly easy with tables, but everyone says tables are bad
maybe this is easy or I overlooked it but if i have: <div class='test'>Fusce
Maybe this question is silly but I really don't know how to solve. First,
maybe it's dumb but is there a difference between new Something().method(); and Something tmpSomething
Maybe its a very dumb question but I hope you can give me some
Maybe I'm missing it somewhere in the PHP manual, but what exactly is the
Maybe I'm having a really bad day, but could someone possibly help me to
Maybe there is no difference, but is either way better than the other (or
Maybe I'm not searching correctly, but I can't find out how to configure the

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.