Loading video...
QuickNotes™ 
Functions
- There are two main types of Functions: JavaScript Library Functions and Programmer-Defined Functions
- JavaScript Library Functions are “built-in” functions, ready-to-use
- Programmer-Defined Functions need to be defined and called, in either order
- A“return” statement is required if a value is to be sent back to the function call
Discussion 
Please login to ask a question and view discussion.














