JavaScript - Week07b - Functions - Definition and Call, Functions as Building Blocks

Опубликовано: 09 Март 2026
на канале: Bill Barry
150
4

A look at how we define functions in JavaScript, then call them when we want them to run. Then, an example of a simple JavaScript function, in simple form, and then used as a building block in another function. Since this class is for non-programmers, we're still not talking about parameters and returns; we'll practice with the basics before moving to the next steps.