answersLogoWhite

0

What does javascript this mean?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

In javascript, the word "this" refers to the ¢«Ê«_owner¢«Ê« of the function being executed. Put another way, "this" means the object that a function is a method of.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you shortcut systemoutprintln in javascript?

There is no systemout object in JavaScript. Do you mean Java?


Who is written by java script?

This question doesn't make any sense. Do you mean who uses JavaScript? Or who created it? Or what JavaScript is useful for writing?


Can you make softwares using javascript and if so how and by the way I do mean Javascript NOT java?

You can't make software, but you can make scripts that can be called from a program.


Where to download javascript for free?

you probably mean java - download it free from http://java.com/en/ or you can enable javascript in your browser - go to http://wiki.answers.com/Q/How_can_you_activate_the_java_script_in_the_internet_browser


What does it mean that Java is not enabled in your browser?

Basically that is telling you to enable javascript in your browser. Come back with your browser name and someone could tell you how to enable javascript in it.


What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.


Does java script coding mean using it for Java programs only Can you use it for Unity or Game-maker?

Java and JavaScript are different, and quite unrelated, languages. JavaScript is not "for Java"; basically you use JavaScript to create special effects on Web pages (HTML pages).


What languages can a browser understand?

HTML, CSS, & JavaScript.


What are built-in javascript classes?

Javascript does not have classes


How old is Javascript?

Javascript was created in 1995.


How do you sort in javascript?

Javascript can help in browseing


How do you set a javascript program as the background of your webpage?

Not sure what you mean by setting the javascript program as the background of your webpage, but if you mean that you want to incorporate some javascript functionality to your webpage like changing the html content when people click on an image or hover over some text, and you have not learned javascript yet, a good place to start is Lynda.com. You should also consider just learning jquery. Jquery is a much easier to learn and simpler to type code that employs the same functionality as javascript and much more. You can also learn how to write jquery on Lynda.com. You will just need to download their library or link to Google's version of it by placing one line of markup in your html document, then you create your javascript document and write your scripts in it.