You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
503 B
18 lines
503 B
*Complete this quiz by checking one answer per question.*
|
|
|
|
1. What do you think *state management* means?
|
|
|
|
- [ ] Enforcement of law & order
|
|
- [ ] Logging the user interface state over time
|
|
- [ ] Keeping your app data flows clean and synchronizing the user interface with data
|
|
|
|
2. How can you keep track of the user session state?
|
|
|
|
- [ ] HTTP cookies
|
|
- [ ] Local or session storage
|
|
- [ ] All of the above
|
|
|
|
3. Mutating an object is always the best way to update it
|
|
- [ ] true
|
|
- [ ] false
|