TEACHERS
GALLERY
PRICING
SIGN IN
TRY ZURU
GET STARTED
Loop
Audio
Interval:
5s
10s
15s
20s
60s
Play
1 of 18
Slide Notes
Download
Go Live
New! Free Haiku Deck for PowerPoint Add-In
js-functions
Share
Copy
Download
1
569
Published on Nov 19, 2015
No Description
View Outline
MORE DECKS TO EXPLORE
PRESENTATION OUTLINE
1.
user-Defined Functions
in JavaScript
2.
Function: a named block of JavaScript code
3.
define once
Call 24/7
4.
Untitled Slide
5.
6.
Simple Function Demo:
Does not return a value
bit.ly/1z6713Z
bit.ly/1vrOdYe
7.
Another Simple Function Demo
http://bit.ly/TzyQAv
http://bit.ly/1vrVBCW
8.
"Classic" Function Demo
bit.ly/1pGUC4z
bit.ly/1lxjCCW
9.
"Classic" Function
10.
"Classic" function
accepts an argument(s)
returns a value
does not use getElementById
=> Function Machine
11.
Untitled Slide
12.
Click to Edit
Click to add more text here
13.
Function Expression
a.k.a.
Function Literal
14.
Example: function isEven
http://bit.ly/1pGUC4z
15.
function definition
function cube(n){ return n * n * n }
16.
function definition
var cube = function(n){ return n * n * n };
17.
function reference:
cube
function call:
cube(2);
18.
Untitled Slide
Friend of Haiku Deck
×
Error!