reading-notes

Functions

What is control flow?

Control flow is simply the order the computer goes in to perform statements.

What is a JavaScript function?

A JS function is a piece of code that refrs to a specificed variable

What does it mean to invoke - or call - a function?

You will call the cuntion by its name and then ask it to act in some way.

What are the parenthesis () for when you define a function?

The name of the variable