【JS】Beginner7:Functions

1.Function=Reusable blocks of code

Passed arguments &  return a value

save functions as the value of a variable

call a function using this variable & a pair of parentheses=invoking

原文地址:https://www.cnblogs.com/yzhen/p/3660185.html