Javascript Flashcards

1
Q

Arrays and Property Access

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is scope? How do the different types of scope differ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Iterators

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If/Else Statements

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Getters and Setters

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Switch Statements

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the return statement do? Offer? Look like?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Loops

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Libraries

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Truthy or Falsey

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Comparison Operators

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Function Declaration

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Function Expression

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Update Elements
Push
Pop
and other methods

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

While Loops

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
Q

Infinite Loops

A
26
Q

The This Keyword

A
27
Q

.ForMap

A
28
Q

Adding a property and Editing a property

A
29
Q

Objects

A