Study/Coding
Functions
Haayany
2020. 2. 12. 16:15
Function Basics

Function Expressions

What are the benefits of declaring a function as variables? (02112020)
Passing Information to Functions


Function Return Values

Function Scope
functions can access variables that declared outside of the functions but not vice versa
Using Functions to Modify Web Platform