SlideShare a Scribd company logo
ADVANCED (MAYBE?)
  JAVASCRIPT TECHNIQUES




Rajasekharan Vengalil
bit.ly/avranju | @avranju
Developer Evangelist
Microsoft Corporation
My


DEMO!
         super-
         duper
          eval
        console
FUNCTIONS


Functions are first class
citizens

      •Callbacks
      •call, apply
      •Context
OO IN JAVASCRIPT - CLASSES


Designing classes

      •Member data &
       methods
      •Access control
      •A note on “new”
CLOSURES


Closures

      •What are they?
      •Some use cases
       •Private members
       •Backing data for accessors
VARIABLE HOISTING & SCOPES


Static typers beware!


        •Only functions form variable scope
        •Variables get “hoisted”
        •Declare everything at the top
        •Use immediate functions to limit
         scope of locals in global code
JAVASCRIPT OBJECT NOTATION (JSON)


JSON

       •What is JSON?
       •Browser support for
        JSON
       •JSON-P
DEBUGGING


Some pointers

     •IE developer tools
     •“debugger” keyword
     •“console.log” is your
      friend
Resources

Some Links
Read “JavaScript Patterns” by Stoyan
 Stefanov
Eval Console

Shameless Plug
bit.ly/avranju
rajave@microsoft.com
    @avranju

More Related Content

PPTX
What is java?
PPTX
Java Presentation
PPTX
Core java
PPTX
Core Java
PPTX
Lesson1 intro
PPTX
JAVA FEATURES
PPTX
Presentation5
PPTX
DeveloperDeveloperDeveloper! Sydney 2012
What is java?
Java Presentation
Core java
Core Java
Lesson1 intro
JAVA FEATURES
Presentation5
DeveloperDeveloperDeveloper! Sydney 2012

What's hot (18)

KEY
TSSJS 2011 - JRuby
PPTX
PPTX
Java history 01
PPTX
1 java introduction
PPTX
JAVA PROGRAMS
PPTX
5 reasons to program javascript
PPT
Basic javaprogramming(session1)
PDF
Building Enterprise Grade Front-End Applications with JavaScript Frameworks
PPTX
Core java tutorials
PDF
Ansible for Automation
PDF
Titanium: Native Mobile Apps with Javascript
PPT
Customizing the custom loop wordcamp 2012-jeff
PPTX
First java tutorial
PDF
DownTheRabbitHole.js – How to Stay Sane in an Insane Ecosystem
PPTX
PPT
Indic threads pune12-akka-actors
PDF
Georgia Tech Drupal Users Group - Local Drupal Development
PPT
PALASH SL GUPTA
TSSJS 2011 - JRuby
Java history 01
1 java introduction
JAVA PROGRAMS
5 reasons to program javascript
Basic javaprogramming(session1)
Building Enterprise Grade Front-End Applications with JavaScript Frameworks
Core java tutorials
Ansible for Automation
Titanium: Native Mobile Apps with Javascript
Customizing the custom loop wordcamp 2012-jeff
First java tutorial
DownTheRabbitHole.js – How to Stay Sane in an Insane Ecosystem
Indic threads pune12-akka-actors
Georgia Tech Drupal Users Group - Local Drupal Development
PALASH SL GUPTA
Ad

Viewers also liked (6)

PPTX
Ruby conf 2016 - Secrets of Testing Rails 5 Apps
PPT
COREXIT: Microsoft’s new cross platform framework
PPTX
Software Quality Assurance: A mind game between you and devil
PPTX
Clean code
PPT
Advanced JavaScript
PPTX
Advanced JavaScript
Ruby conf 2016 - Secrets of Testing Rails 5 Apps
COREXIT: Microsoft’s new cross platform framework
Software Quality Assurance: A mind game between you and devil
Clean code
Advanced JavaScript
Advanced JavaScript
Ad

Similar to Advanced JavaScript techniques (20)

PPTX
Javascript for the c# developer
PPT
Object Oriented JavaScript
PPTX
Javascript fundamentals and not
PPTX
Advance JS and oop
PPT
Introduction to Javascript
PPT
Java Script Programming on Web Application
PPT
17javascript.ppt17javascript.ppt17javascript.ppt
PPT
17javascript.ppt
PPT
17javascript.ppt
PPT
JavaScript Misunderstood
PPTX
All of javascript
PDF
JavaScript Good Practices
PPTX
Awesomeness of JavaScript…almost
PPT
JavaScript - An Introduction
KEY
Javascript tid-bits
PPT
JavaScript Tutorial
PDF
HTML5 for the Silverlight Guy
PDF
Javascript development done right
PDF
Scalable JavaScript
PPTX
All of Javascript
Javascript for the c# developer
Object Oriented JavaScript
Javascript fundamentals and not
Advance JS and oop
Introduction to Javascript
Java Script Programming on Web Application
17javascript.ppt17javascript.ppt17javascript.ppt
17javascript.ppt
17javascript.ppt
JavaScript Misunderstood
All of javascript
JavaScript Good Practices
Awesomeness of JavaScript…almost
JavaScript - An Introduction
Javascript tid-bits
JavaScript Tutorial
HTML5 for the Silverlight Guy
Javascript development done right
Scalable JavaScript
All of Javascript

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
cuic standard and advanced reporting.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Empathic Computing: Creating Shared Understanding
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
A Presentation on Artificial Intelligence
PPTX
Cloud computing and distributed systems.
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPT
Teaching material agriculture food technology
PDF
Machine learning based COVID-19 study performance prediction
“AI and Expert System Decision Support & Business Intelligence Systems”
cuic standard and advanced reporting.pdf
Big Data Technologies - Introduction.pptx
Network Security Unit 5.pdf for BCA BBA.
Empathic Computing: Creating Shared Understanding
Spectral efficient network and resource selection model in 5G networks
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
A Presentation on Artificial Intelligence
Cloud computing and distributed systems.
A comparative analysis of optical character recognition models for extracting...
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced methodologies resolving dimensionality complications for autism neur...
MYSQL Presentation for SQL database connectivity
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The AUB Centre for AI in Media Proposal.docx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Teaching material agriculture food technology
Machine learning based COVID-19 study performance prediction

Advanced JavaScript techniques

  • 1. ADVANCED (MAYBE?) JAVASCRIPT TECHNIQUES Rajasekharan Vengalil bit.ly/avranju | @avranju Developer Evangelist Microsoft Corporation
  • 2. My DEMO! super- duper eval console
  • 3. FUNCTIONS Functions are first class citizens •Callbacks •call, apply •Context
  • 4. OO IN JAVASCRIPT - CLASSES Designing classes •Member data & methods •Access control •A note on “new”
  • 5. CLOSURES Closures •What are they? •Some use cases •Private members •Backing data for accessors
  • 6. VARIABLE HOISTING & SCOPES Static typers beware! •Only functions form variable scope •Variables get “hoisted” •Declare everything at the top •Use immediate functions to limit scope of locals in global code
  • 7. JAVASCRIPT OBJECT NOTATION (JSON) JSON •What is JSON? •Browser support for JSON •JSON-P
  • 8. DEBUGGING Some pointers •IE developer tools •“debugger” keyword •“console.log” is your friend
  • 9. Resources Some Links Read “JavaScript Patterns” by Stoyan Stefanov Eval Console Shameless Plug bit.ly/avranju rajave@microsoft.com  @avranju