WDD 330 portfolio
Week 06
Notes
- It can update a web page without reloading the page
- Request data from a server - after the page has loaded
- Receive data from a server - after the page has loaded
- Send data to a server - in the background
- NEVER FORGET TO SINCRONIZE CHANGES TO GITHUB!!!!
Questions
-
What's the most common way to request or send data to a server?
Code Examples
-
This was midterms