SlideShare a Scribd company logo
Javascript
The Basics

WOODIWISS.ME

Freelance Web Developer & Lecturer
in the Winchester, Hampshire area.
What’s covered

•

What is JavaScript

•

Comments

•

JavaScript in a Browser

•

Data Types

•

Variables

•

Functions

•

Statements

•

Scope

WOODIWISS.ME
What is JavaScript
•

Lightweight Scripting
Language.

•

Interpreted.

•

Object Orientated.

•

Prototype-based.

WOODIWISS.ME
Easy to pick up.
difficult to master.

WOODIWISS.ME

Freelance Web Developer & Lecturer
in the Winchester, Hampshire area.
ECMA
What/Who is ECMA?

WOODIWISS.ME
ECMA
What/Who is ECMA?
•

European Computer Manufacturers Association.

WOODIWISS.ME
ECMA
What/Who is ECMA?
•

European Computer Manufacturers Association.

•

Non-profit Standards Organisation.

WOODIWISS.ME
ECMA
What/Who is ECMA?
•

European Computer Manufacturers Association.

•

Non-profit Standards Organisation.

•

Introducing ECMAScript!

WOODIWISS.ME
ECMAScript
Language

ECMAScript.es

Dialects
JavaScript.js
WOODIWISS.ME

ActionScript.as
So what can
javascript do?

WOODIWISS.ME

Freelance Web Developer & Lecturer
in the Winchester, Hampshire area.
Hardware Programming
•

Arduino via NodeJS
framework.

•

Tessel - micro-controller that
runs JavaScript.

•

Uniduino - gives you the
power to connect the Unity
game engine to Arduino.

•

Control peripherals e.g.
GamePads.

WOODIWISS.ME
Create Hybrid Apps
•

PhoneGap - iOS, Android,
Blackberry, Windows Phone
& more.

•

TideSDK - Windows, OSX,
Linux.

•

Icenieum - Windows, Web,
iOS.

•

Chrome Apps.

WOODIWISS.ME
Server Side

•

Nodejs

•

Among others…

WOODIWISS.ME
Client Side
•

Vanilla JavaScript in a browser.

•

jQuery - simplify client side
scripting.

•

Zepto - Lightweight jQuery
alternative.

•

Three.js - 3D graphics on the
web.

•

AngularJS - SPA framework.

•

jQuery Mobile - Touch
optimised.

WOODIWISS.ME
In the Browser
•

Lets look at some Developer tools.
•

Firefox - Firebug.

•

Chrome - Web Developer Tools.

•

Internet Explorer - Developer ToolBar.

•

Opera - Dragonfly.

WOODIWISS.ME
Variables
•

Used to store data.

•

Single line style.

•

Multiline.

•

Typically must begin with a
letter ( $ and _ are valid )

•

Case sensitive.

•

Over-writable - dynamic.

WOODIWISS.ME
Statements

•

The end of a command.

•

Tells the interpreter (browser)
that your intention is finished.

WOODIWISS.ME
Comments
•

Helpful notes.

•

Good for debugging.

•

Working with others.

•

Don’t overuse.

WOODIWISS.ME
Data Types
•

Primary

!

•

•

“Hello” - “” - “1984” - “TRUE”

•

Number

•

19 - 19.333

•
•

String

Boolean

•

true - false

•

var car = { myCar: “Saturn", getCar:
CarTypes("Honda"), special: Sales };

•

var coffees = ["French Roast", "Colombian", "Kona"];

•

Object

•
•

!

Composite

Array

Special

•

Special

•

Null

•

null, 0, false.

•

Undefined

•

undefined value.

WOODIWISS.ME
Functions
WOODIWISS.ME
Calling / Invoking
Line 12

WOODIWISS.ME
WOODIWISS.ME
WOODIWISS.ME
Define with arguments.

WOODIWISS.ME
Define with arguments.

WOODIWISS.ME
Define with arguments.

Call with arguments.

WOODIWISS.ME
Define with arguments.

Call with arguments.

WOODIWISS.ME
Define with arguments.

1

Call with arguments.

WOODIWISS.ME
Define with arguments.

1

Call with arguments.

WOODIWISS.ME
Define with arguments.

1

Call with arguments.

WOODIWISS.ME
Define with arguments.

1

1

Call with arguments.

WOODIWISS.ME
Define with arguments.

1

1

Call with arguments.

WOODIWISS.ME

1
Define with arguments.

1

1

Call with arguments.

WOODIWISS.ME

1
Define with arguments.

1

10

1

Call with arguments.

WOODIWISS.ME

1
Define with arguments.

1

10

1

Call with arguments.

WOODIWISS.ME

1
Define with arguments.

1

10

10

1

Call with arguments.

WOODIWISS.ME

1
Scope
WOODIWISS.ME
WOODIWISS.ME
WOODIWISS.ME
WOODIWISS.ME
WOODIWISS.ME
Links / Research
•

https://developer.mozilla.org/en-US/docs/Web/JavaScript

•

https://developer.mozilla.org/en/learn/javascript

•

http://www.creativebloq.com/web-design/things-you-didnt-know-javascript-could-do-6122835

•

http://tessel.io/

•

http://www.uniduino.com/

•

https://wiki.mozilla.org/GamepadAPI

•

http://www.tidesdk.org/

•

http://www.icenium.com/?
utm_source=html5weekly&utm_medium=banner&utm_campaign=html5weeklynewsletter&utm_content=link1

•

http://developer.chrome.com/apps/about_apps.html

•

http://nodejs.org/

•

http://en.wikipedia.org/wiki/List_of_JavaScript_libraries

•

http://mothereff.in/js-variables

•

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Values,_variables,_and_literals

WOODIWISS.ME
Questions?

WOODIWISS.ME

Freelance Web Developer & Lecturer
in the Winchester, Hampshire area.

More Related Content

What's hot (11)

PPTX
.Less - CSS done right
Daniel Hölbling
 
PDF
Welcome! RGBA
Even Wu
 
PPTX
Journey To The Front End World - Part2 - The Cosmetic
Irfan Maulana
 
PPTX
Less presentation
Todd Shelton
 
PPTX
Start using less css
Ali MasudianPour
 
PDF
Digital Nomad Development
WordCamp Sydney
 
KEY
Advanced sass/compass
Nick Cooley
 
PDF
DrupalCamp Chattanooga - September 2014 - Sass 101
Eric Sembrat
 
PDF
CSS Custom Properties (aka CSS Variable)
Geoffrey Croftє
 
PDF
Solving Common Client Requets with jQuery Presentation (v2)
Chris Coyier
 
PDF
Introduction to WordPress
Puneet Sahalot
 
.Less - CSS done right
Daniel Hölbling
 
Welcome! RGBA
Even Wu
 
Journey To The Front End World - Part2 - The Cosmetic
Irfan Maulana
 
Less presentation
Todd Shelton
 
Start using less css
Ali MasudianPour
 
Digital Nomad Development
WordCamp Sydney
 
Advanced sass/compass
Nick Cooley
 
DrupalCamp Chattanooga - September 2014 - Sass 101
Eric Sembrat
 
CSS Custom Properties (aka CSS Variable)
Geoffrey Croftє
 
Solving Common Client Requets with jQuery Presentation (v2)
Chris Coyier
 
Introduction to WordPress
Puneet Sahalot
 

Similar to technology3-javascript-basics (20)

PPTX
JavaScript Fundamentals & JQuery
Jamshid Hashimi
 
PPT
jQuery with javascript training by Technnovation Labs
Prasad Shende
 
PPT
lecture 6 javascript event and event handling.ppt
ULADATZ
 
PPTX
javascript client side scripting la.pptx
lekhacce
 
PDF
JavaScript Getting Started
Hazem Hagrass
 
PPT
JavaScript Misunderstood
Bhavya Siddappa
 
PPT
Reversing JavaScript
Roberto Suggi Liverani
 
PDF
High quality Front-End
David Simons
 
ODP
Javascript Update May 2013
RameshNair6
 
PPTX
Modern JavaScript Talk
Derek Binkley
 
PPTX
Java scriptforjavadev part2a
Makarand Bhatambarekar
 
PPT
Introduction to Javascript
Amit Tyagi
 
PDF
Java script core
Vaishnu Vaishu
 
PPTX
An overview of JavaScript
Poluru S
 
PPT
Javascript: Ajax & DOM Manipulation v1.2
borkweb
 
PPT
Java script
vishal choudhary
 
PPTX
Web technologies-course 07.pptx
Stefan Oprea
 
PPTX
01 Introduction - JavaScript Development
Tommy Vercety
 
PDF
Hsc IT Chap 3. Advanced javascript-1.pdf
AAFREEN SHAIKH
 
JavaScript Fundamentals & JQuery
Jamshid Hashimi
 
jQuery with javascript training by Technnovation Labs
Prasad Shende
 
lecture 6 javascript event and event handling.ppt
ULADATZ
 
javascript client side scripting la.pptx
lekhacce
 
JavaScript Getting Started
Hazem Hagrass
 
JavaScript Misunderstood
Bhavya Siddappa
 
Reversing JavaScript
Roberto Suggi Liverani
 
High quality Front-End
David Simons
 
Javascript Update May 2013
RameshNair6
 
Modern JavaScript Talk
Derek Binkley
 
Java scriptforjavadev part2a
Makarand Bhatambarekar
 
Introduction to Javascript
Amit Tyagi
 
Java script core
Vaishnu Vaishu
 
An overview of JavaScript
Poluru S
 
Javascript: Ajax & DOM Manipulation v1.2
borkweb
 
Java script
vishal choudhary
 
Web technologies-course 07.pptx
Stefan Oprea
 
01 Introduction - JavaScript Development
Tommy Vercety
 
Hsc IT Chap 3. Advanced javascript-1.pdf
AAFREEN SHAIKH
 
Ad

More from Darren Woodiwiss (6)

PDF
digital media-network-talk-21-01-2014
Darren Woodiwiss
 
PDF
Unity Introduction
Darren Woodiwiss
 
PDF
Nlt 1-terminal-basics
Darren Woodiwiss
 
PDF
Specialisation 1-jquery-basics
Darren Woodiwiss
 
PDF
Unity clinic3-unityscript-basics-part2
Darren Woodiwiss
 
PDF
unity-clinic2-unityscript-basics
Darren Woodiwiss
 
digital media-network-talk-21-01-2014
Darren Woodiwiss
 
Unity Introduction
Darren Woodiwiss
 
Nlt 1-terminal-basics
Darren Woodiwiss
 
Specialisation 1-jquery-basics
Darren Woodiwiss
 
Unity clinic3-unityscript-basics-part2
Darren Woodiwiss
 
unity-clinic2-unityscript-basics
Darren Woodiwiss
 
Ad

Recently uploaded (20)

PPTX
2025 HackRedCon Cyber Career Paths.pptx Scott Stanton
Scott Stanton
 
PDF
ArcGIS Utility Network Migration - The Hunter Water Story
Safe Software
 
PDF
“A Re-imagination of Embedded Vision System Design,” a Presentation from Imag...
Edge AI and Vision Alliance
 
PPTX
Smart Factory Monitoring IIoT in Machine and Production Operations.pptx
Rejig Digital
 
PDF
Dev Dives: Accelerating agentic automation with Autopilot for Everyone
UiPathCommunity
 
PPTX
Paycifi - Programmable Trust_Breakfast_PPTXT
FinTech Belgium
 
PDF
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
PDF
''Taming Explosive Growth: Building Resilience in a Hyper-Scaled Financial Pl...
Fwdays
 
PDF
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
PDF
Optimizing the trajectory of a wheel loader working in short loading cycles
Reno Filla
 
PDF
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Poster...
Michele Kryston
 
PPTX
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
PDF
DoS Attack vs DDoS Attack_ The Silent Wars of the Internet.pdf
CyberPro Magazine
 
PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
How to Comply With Saudi Arabia’s National Cybersecurity Regulations.pdf
Bluechip Advanced Technologies
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
PDF
ICONIQ State of AI Report 2025 - The Builder's Playbook
Razin Mustafiz
 
PDF
Why aren't you using FME Flow's CPU Time?
Safe Software
 
2025 HackRedCon Cyber Career Paths.pptx Scott Stanton
Scott Stanton
 
ArcGIS Utility Network Migration - The Hunter Water Story
Safe Software
 
“A Re-imagination of Embedded Vision System Design,” a Presentation from Imag...
Edge AI and Vision Alliance
 
Smart Factory Monitoring IIoT in Machine and Production Operations.pptx
Rejig Digital
 
Dev Dives: Accelerating agentic automation with Autopilot for Everyone
UiPathCommunity
 
Paycifi - Programmable Trust_Breakfast_PPTXT
FinTech Belgium
 
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
''Taming Explosive Growth: Building Resilience in a Hyper-Scaled Financial Pl...
Fwdays
 
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
Optimizing the trajectory of a wheel loader working in short loading cycles
Reno Filla
 
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Poster...
Michele Kryston
 
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
DoS Attack vs DDoS Attack_ The Silent Wars of the Internet.pdf
CyberPro Magazine
 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
How to Comply With Saudi Arabia’s National Cybersecurity Regulations.pdf
Bluechip Advanced Technologies
 
Kubernetes - Architecture & Components.pdf
geethak285
 
ICONIQ State of AI Report 2025 - The Builder's Playbook
Razin Mustafiz
 
Why aren't you using FME Flow's CPU Time?
Safe Software
 

technology3-javascript-basics