lecture 7 (layout, floats) Flashcards
1
Q
callback
A
function passed into another function as an argument
2
Q
synchronous
A
events happen on after the another. ex. customers in a line
3
Q
asynchronous
A
order in which events start may not be order in which they finish and you don’t have to wait for one event to end for another to start
4
Q
front end
A
client side. the code we write gets run in a browser on the user’s (client’s) machine
5
Q
back end
A
code we write gets run on a server
6
Q
http
A
hyper text transfer protocol
7
Q
GET
A
method is used to retrieve resources from a server
8
Q
POST
A
sennd data to the server
9
Q
PATCH
A
apply partial modifications
10
Q
DELETE
A
delete the specified resource