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.
19 lines
401 B
19 lines
401 B
*A quick warm-up about web apps*
|
|
|
|
*Complete this quiz in class.*
|
|
|
|
1. You need to create multiple HTML files to display different screens in a web app
|
|
|
|
- [ ] true
|
|
- [ ] false
|
|
|
|
2. You can store and persist data locally in a web app
|
|
|
|
- [ ] true
|
|
- [ ] false
|
|
|
|
3. What's the best data provider for a web app?
|
|
|
|
- [ ] A local database
|
|
- [ ] A JavaScript object
|
|
- [ ] A server with a JSON API |