SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Downloaden Sie, um offline zu lesen
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.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (11)

.Less - CSS done right
.Less - CSS done right.Less - CSS done right
.Less - CSS done right
 
Welcome! RGBA
Welcome! RGBAWelcome! RGBA
Welcome! RGBA
 
Journey To The Front End World - Part2 - The Cosmetic
Journey To The Front End World - Part2 - The  CosmeticJourney To The Front End World - Part2 - The  Cosmetic
Journey To The Front End World - Part2 - The Cosmetic
 
Less presentation
Less presentationLess presentation
Less presentation
 
Start using less css
Start using less cssStart using less css
Start using less css
 
Digital Nomad Development
Digital Nomad DevelopmentDigital Nomad Development
Digital Nomad Development
 
Advanced sass/compass
Advanced sass/compassAdvanced sass/compass
Advanced sass/compass
 
DrupalCamp Chattanooga - September 2014 - Sass 101
DrupalCamp Chattanooga - September 2014 - Sass 101DrupalCamp Chattanooga - September 2014 - Sass 101
DrupalCamp Chattanooga - September 2014 - Sass 101
 
CSS Custom Properties (aka CSS Variable)
CSS Custom Properties (aka CSS Variable)CSS Custom Properties (aka CSS Variable)
CSS Custom Properties (aka CSS Variable)
 
Solving Common Client Requets with jQuery Presentation (v2)
Solving Common Client Requets with jQuery Presentation (v2)Solving Common Client Requets with jQuery Presentation (v2)
Solving Common Client Requets with jQuery Presentation (v2)
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 

Ähnlich wie technology3-javascript-basics

Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
Jeanho Chu
 
Web Development using Ruby on Rails
Web Development using Ruby on RailsWeb Development using Ruby on Rails
Web Development using Ruby on Rails
Avi Kedar
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
Jeanho Chu
 
The things we found in your website
The things we found in your websiteThe things we found in your website
The things we found in your website
hernanibf
 

Ähnlich wie technology3-javascript-basics (20)

6.1 GeospatialWeb101.pptx.pptx
6.1 GeospatialWeb101.pptx.pptx6.1 GeospatialWeb101.pptx.pptx
6.1 GeospatialWeb101.pptx.pptx
 
eMusic: WordPress in the Enterprise
eMusic: WordPress in the EnterpriseeMusic: WordPress in the Enterprise
eMusic: WordPress in the Enterprise
 
Coding for the cloud - development of modern web applications
Coding for the cloud - development of modern web applicationsCoding for the cloud - development of modern web applications
Coding for the cloud - development of modern web applications
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
Quo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynoteQuo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynote
 
Web Development using Ruby on Rails
Web Development using Ruby on RailsWeb Development using Ruby on Rails
Web Development using Ruby on Rails
 
Using type script to build better apps
Using type script to build better appsUsing type script to build better apps
Using type script to build better apps
 
Using type script to build better apps
Using type script to build better appsUsing type script to build better apps
Using type script to build better apps
 
Web APIs: The future of software
Web APIs: The future of softwareWeb APIs: The future of software
Web APIs: The future of software
 
Specialisation 1-jquery-basics
Specialisation 1-jquery-basicsSpecialisation 1-jquery-basics
Specialisation 1-jquery-basics
 
Microservices; A Quick Introduction
Microservices; A Quick IntroductionMicroservices; A Quick Introduction
Microservices; A Quick Introduction
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
The things we found in your website
The things we found in your websiteThe things we found in your website
The things we found in your website
 
Wp 3hr-course
Wp 3hr-courseWp 3hr-course
Wp 3hr-course
 
Let’s learn how to use JavaScript responsibly and stay up-to-date.
Let’s learn how to use JavaScript responsibly and stay up-to-date. Let’s learn how to use JavaScript responsibly and stay up-to-date.
Let’s learn how to use JavaScript responsibly and stay up-to-date.
 
Inside Wordnik's Architecture
Inside Wordnik's ArchitectureInside Wordnik's Architecture
Inside Wordnik's Architecture
 
Goldmund, Wyldebeast & Wunderliebe - Responsive Webdesign Workshop
Goldmund, Wyldebeast & Wunderliebe - Responsive Webdesign WorkshopGoldmund, Wyldebeast & Wunderliebe - Responsive Webdesign Workshop
Goldmund, Wyldebeast & Wunderliebe - Responsive Webdesign Workshop
 
Web dev#1
Web dev#1Web dev#1
Web dev#1
 
An Introduction to AWS
An Introduction to AWSAn Introduction to AWS
An Introduction to AWS
 
JavaScript: Past, Present, Future
JavaScript: Past, Present, FutureJavaScript: Past, Present, Future
JavaScript: Past, Present, Future
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Kürzlich hochgeladen (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

technology3-javascript-basics