- Introducing Functions in JavaScript 4:08
- Introducing Functions Review 5 questions
- Create and Call a Function 4:57
- Creating a Function 3 objectives
- Return a Value from a Function 4:32
- Return a Value from a Function 3 objectives
- Using Multiple return Statements 6:58
- Function Return Values Review 5 questions
Quiz Question 1 of 5
Which of the following best describes a function?
Choose the correct answer below:
-
A
A function lets you store a block of code that you can use over and over again.
-
B
A function is used to hold multiple pieces of information, similar to a database.
-
C
A function means the same thing as a JavaScript "program."
-
D
A function adds decision-making to your programs, it makes your program follow different paths based on conditions in the program.