You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lecture_notes/week_4.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
uchicagowebdevclass: center, middle
2
1
# MPCS 52553: Web Development
3
2
## Week 4: Javascript and REST APIs
4
3
---
@@ -24,6 +23,9 @@ class: agenda
24
23
# Why We Javascript
25
24
## "Competition is a click away."
26
25
[Google Response to Antitrust Concerns, 2009 (NYT)](https://www.nytimes.com/2009/06/29/technology/companies/29google.html)
26
+
27
+

28
+

27
29
---
28
30
29
31
# Why We Javascript
@@ -61,7 +63,8 @@ spending hundreds or thousands of milliseconds.
61
63
> Netscape quickly realized that the Web needed to become more dynamic. Even if
62
64
you simply wanted to check that users entered correct values in a form, you
63
65
needed to send the data to the server in order to give feedback.
0 commit comments