Test Flashcards

1
Q

What game can we play answering written test

A

Explain it like they are a student who sort of understand the concepts but need a reminder of every little thing. Explain why we’re talking about it, (what it demonstrates), then explain what happens (vs maybe what one might assume), you explain how it happens (the code itself), and

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

What is a checklist of things you need to consider when describing what’s going on with code?

A

What overall is going to happen

What is mutated? What is returned?
Declarations, initializations, assignments, reassignments
Define a loop
Invoke a function
Function expression vs function declaration
Scope, shadowing

What this problem demonstrates or What the key pieces of JS knowledge we needed to know to tackle this problem

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