1 / 5

JavaScript This Keyword | JavaScript This Keyword Explained | JavaScript Tutorial | Simplilearn

This short presentation on "JavaScript this keyword" will help you understand the concept of referencing better. u201cThisu201d keyword refers to an object which is executing the current piece of code. This video will also acquaint you with the working of the "this" keyword with respect to a global scope and a local scope. <br><br><br>This JavaScript Certification course helps you master the JavaScript programming language in an all-inclusive training program that includes complete JavaScript fundamentals, jQuery, Ajax, and more. You will apply your skills by building a real-time chat application.<br><br><br>JavaScript Course Overview:<br>This training program entails the fundamentals of JavaScript, including the enumeration and elaboration of various data types in JavaScript, an explanation of loops and conditional statements in JavaScript, and an overview of the concepts of objects and variables in JavaScript.<br><br><br>JavaScript Certification Key Features<br>1. 100% Money Back Guarantee<br>2. 7 complete JavaScript courses<br>3. Covers Ajax, jQuery, and node.js<br>4. Build a real-time chat application<br>5. Course completion certificate<br><br><br>ud83dudc49Learn more at: https://bit.ly/2SDfYlR<br>

Simplilearn
Download Presentation

JavaScript This Keyword | JavaScript This Keyword Explained | JavaScript Tutorial | Simplilearn

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. JavaScript this keyword

  2. JavaScript this keyword “This” keyword refers to an object which is executing the current piece of code In simple terms, “this” keyword references the object that is executing the current function If the function being referenced is a regular function, “this” references the global object If the function that is being referenced is a method in an object, this references the object itself

  3. Click here to watch the video

More Related