- Create Functions Using Arrow Syntax 4:34
- Concise Arrow Function Syntax
- Arrow Functions Review 5 questions
- Default Function Parameters 5:11
- Create an Arrow Function 1 objective
- Descriptive Comments for Functions
- Function Challenge 1:24
- Function Challenge Solution 4:28
- Testing for Number Arguments 4:02
- JavaScript Functions Review 6 questions
Quiz Question 1 of 6
What is "scope" in JavaScript?
Choose the correct answer below:
-
A
The way you give and get information from functions.
-
B
The list of functions in the currently running program.
-
C
Scope is used to determine when a function returns a value.
-
D
The context in which a variable can be accessed, such as within a function, or within the global scope of the entire program.