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.
17 lines
337 B
17 lines
337 B
4 years ago
|
*Complete this quiz in class.*
|
||
|
|
||
|
1. You can fetch data from a server synchronously in a browser
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|
||
|
|
||
|
2. What's the most common format used to exchange *data* on the web?
|
||
|
|
||
|
- [ ] HTML
|
||
|
- [ ] XML
|
||
|
- [ ] JSON
|
||
|
|
||
|
3. There's no way to prevent a web page from accessing a public server API
|
||
|
- [ ] true
|
||
|
- [ ] false
|