Javascript Flashcards
1
Q
Arrays and Property Access
A

2
Q
What is scope? How do the different types of scope differ?
A

3
Q
Iterators
A

4
Q
If/Else Statements
A

5
Q
Getters and Setters
A

6
Q
Switch Statements
A

7
Q
What does the return statement do? Offer? Look like?
A

8
Q
Loops
A

9
Q
Libraries
A

10
Q
Truthy or Falsey
A

11
Q
Comparison Operators
A

12
Q
Function Declaration
A

13
Q
Function Expression
A

14
Q
Update Elements
Push
Pop
and other methods
A

15
Q
While Loops
A

16
Q
Accessing Properties
A

17
Q
What does a function look like?

A

18
Q
Ternary Operator
A

19
Q
What is a concise body?
A

20
Q
.forEach
A

21
Q
Instances and Properties
A

22
Q
Methods
A

23
Q
What are parameters?
A

24
Q
For Loops and Nested For Loops
A

25
Infinite Loops

26
The This Keyword

27
.ForMap

28
Adding a property and Editing a property

29
Objects
