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.