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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:15:35+00:00 2026-06-11T18:15:35+00:00

I always have difficulty grasping new concepts without seeing a real, basic, working example

  • 0

I always have difficulty grasping new concepts without seeing a real, basic, working example of what I am reading about. While I like the other explanation on stackoverflow, I’d really like to see a very basic example showing the difference between methods and functions in JavaScript that I can quickly run to learn more.

  • 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-11T18:15:36+00:00Added an answer on June 11, 2026 at 6:15 pm

    A method is just a function that is a property of an object. It’s not a different type of object in javascript, but rather method is just the descriptive name given to a function that is defined as a property of an object.

    var myObj = {};
    myObj.go = function() {alert("hi");}
    myObj.go();
    

    In this example, go is a method on the myObj object.

    When a method is called as in the above example myObj.go(), then the value of the this pointer is set to the object that was involved in the invocation of the method (in this case myObj).

    Since global functions are also implicitly properties on the window object, one could say that global functions are also methods on the window object, but you do not need the window designation in order to call them.

    Local functions like inner() in this function are just functions and not methods as they are not attached to a particular object:

    function main() {
        function inner() {
            alert("hi");
        }
        inner();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having real difficulty getting the eclipselink.join-fetch hint to work in glassfish. I have
I'm having difficulty working with the animation blocks. I'm trying to have the first
I always have used Spring Framework classes as-is. However I am thinking of customizing
I always have trouble designing the user interface when it come to manage a
I always have trouble with complicated SQL queries. This is what I have $query
I have strings that use simple_format so they always have p tags surrounding them.
I would like to always have my model look to see if an object
I have a winforms datagridview that seems to always have at least one row
I almost always have a Scala REPL session or two open, which makes it
as the comments always have it, you can select to show the top 5

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.