JS Organizing with Functions
Description #
Functions in any language are a fundamental organizational building block. They help us to write code that is more maintainable and in a word, DRY (Don't Repeat Yourself)
Where this knowledge is utilized #
- CSE 121b
- WDD 230
- WDD 330
- WDD 430
Prerequisites #
- Understanding of JS Array Methods
Prepare #
- Read Functions. Stop at the section "Scope and the function stack"
- Introduction to functions in JavaScript