Update quiz

This commit is contained in:
sinedied
2020-11-10 19:48:31 +01:00
parent 6e44206e65
commit e1ef7974ec

View File

@@ -12,7 +12,7 @@
- [ ] It's easier to debug the code - [ ] It's easier to debug the code
- [ ] All of the above - [ ] All of the above
3. What's the best way to persist user data across different sessions? 3. What's the best way to persist critical user data across different sessions?
- [ ] Using files - [ ] Using files
- [ ] Using the browser's `localStorage` API - [ ] Using the browser's `localStorage` API
- [ ] In a database behind a server API - [ ] In a database behind a server API