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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:27:39+00:00 2026-05-24T08:27:39+00:00

Recently i found myself attaching function arguments to a variable inside the function scope

  • 0

Recently i found myself attaching function arguments to a variable inside the function scope so that i was not referencing the argument every time it was used.

Is there any benefit to this practice?

For example:

function populateResultCount(count){
    var count = count;
    return $('.resultCounter').text(count);     
};

Could easily be re-written like so:

function populateResultCount(count){
    return $('.resultCounter').text(count);     
};

And would still function correctly.

  • 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-24T08:27:40+00:00Added an answer on May 24, 2026 at 8:27 am

    If you’re not using the argument that’s passed in, there is no difference. In your first example, you can potentially confuse future maintainers because of var count = count, i.e., you’re declaring a variable that has the same name as the argument, and that isn’t a best practise.

    So, if you can, use your second form. Its intent is clearer and there is no room for confusion.

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

Sidebar

Related Questions

I recently found myself writing a piece of code that executed a Core Data
I recently found out that Javascript function can have classes, so I was wondering
I recently found out that gcc allows the definition of nested function. In my
I have recently found myself becoming more negative about EF and cannot help wondering
Recently, I found myself having to write up some concerns I have about race
I recently found a log statement in my projects codebase that says here i
I recently found an article online that told me about this: RewriteRule ^mock-up/([^/]+)/([^/]+) /mock-up/index.php?page=$1&section=$2
Recently i've found myself writing a lot of methods with what i can only
I have recently found myself on a Linux computer and am liking it so
I have recently found myself in the position of explaining an (In-House) application I

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.