SlideShare a Scribd company logo
JavaScript
The good parts for humans
(part 3)
B Anjaneyulu Reddy
Email: anji.t6@gmail.com
Twitter: @_anji
www.evibe.in
Agenda
Day 2 revisit
this property
arguments property
Method invocation pattern
method: function stored as a property
this - object containing method
late binding
Sample 1
Function invocation pattern
this - global object [design mistake]
inner functions this: refers to global object
var that = this
Sample 2
Constructor invocation pattern
functions invoked with new prefix
this - new object created
no explicit return value - this is returned
hidden link to function's prototype
Sample 3
Apply invocation pattern
apply method
• two parameters
o value for this
o array of parameters
this - first parameter of apply
Sample 4
Questions?
Thank You

More Related Content

PPTX
Collaborative Filtering Survey
PDF
Object Oriented Programming Assignment 3
PDF
Object Oriented Programming Assignment 2
PDF
Object Oriented Programming Assignment 4
PDF
On Sampling Strategies for Sampling Strategies-based Collaborative Filtering
PDF
Secure Texting Best Practices: Identify Your Goals
PDF
How to use visual cues in plain language writing | Center for Plain Language ...
PDF
ใบงานที่ 3 ขอบข่ายและประเภทของโครงงาน
Collaborative Filtering Survey
Object Oriented Programming Assignment 3
Object Oriented Programming Assignment 2
Object Oriented Programming Assignment 4
On Sampling Strategies for Sampling Strategies-based Collaborative Filtering
Secure Texting Best Practices: Identify Your Goals
How to use visual cues in plain language writing | Center for Plain Language ...
ใบงานที่ 3 ขอบข่ายและประเภทของโครงงาน

Viewers also liked (19)

PPTX
Presentation1
PPT
PPT
Por qué seguimos leyendo
DOCX
ISEA Paper 2011
PPTX
Key concepts of management by jocy e. detecio
PPTX
Saurab gurung
PPT
หน่วยการเรียนรู้ที่ ๖
PPTX
10 tips for a healthy heart
PPTX
Nursing audit
PDF
LOL&POP карамель ручной работы
PPT
หน่วยการเรียนรู้ที่ ๖
PDF
President Abraham Lincoln's Bloodstained shirt Up For AUCTION!
PPTX
Pashmina brookwoods
PDF
Making Infrastructure as Awesome as Agile Development
PPTX
Ilustración
DOC
Narasimha_5years
PDF
Juan Domingo Perón carta al presidente kennedy
PPTX
Self servicing in epam private cloud 4.0
Presentation1
Por qué seguimos leyendo
ISEA Paper 2011
Key concepts of management by jocy e. detecio
Saurab gurung
หน่วยการเรียนรู้ที่ ๖
10 tips for a healthy heart
Nursing audit
LOL&POP карамель ручной работы
หน่วยการเรียนรู้ที่ ๖
President Abraham Lincoln's Bloodstained shirt Up For AUCTION!
Pashmina brookwoods
Making Infrastructure as Awesome as Agile Development
Ilustración
Narasimha_5years
Juan Domingo Perón carta al presidente kennedy
Self servicing in epam private cloud 4.0
Ad

More from Anji Beeravalli (8)

PPTX
Javascript: The good parts for humans (part 1)
PPTX
Javascript: The good parts for humans (part 5)
PPTX
Javascript: The good parts for humans (part 6)
PPTX
Javascript: The good parts for humans (part 2)
PPTX
Javascript: The good parts for humans (part 4)
PDF
Web REST APIs Design Principles
PDF
CSS for developers
PDF
Business Modelling
Javascript: The good parts for humans (part 1)
Javascript: The good parts for humans (part 5)
Javascript: The good parts for humans (part 6)
Javascript: The good parts for humans (part 2)
Javascript: The good parts for humans (part 4)
Web REST APIs Design Principles
CSS for developers
Business Modelling
Ad

Recently uploaded (20)

DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPT
Teaching material agriculture food technology
PDF
Electronic commerce courselecture one. Pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Cloud computing and distributed systems.
PDF
cuic standard and advanced reporting.pdf
The AUB Centre for AI in Media Proposal.docx
Understanding_Digital_Forensics_Presentation.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Network Security Unit 5.pdf for BCA BBA.
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Chapter 3 Spatial Domain Image Processing.pdf
Empathic Computing: Creating Shared Understanding
Teaching material agriculture food technology
Electronic commerce courselecture one. Pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Cloud computing and distributed systems.
cuic standard and advanced reporting.pdf

Javascript: The good parts for humans (part 3)