Guest User

Untitled

a guest
Jun 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. AJAX: Asynchronous Javascript and XML.
  2. - used to make calls to grab JSON or XML.
  3. - way of getting info from API to JS.
  4. - created for JQuery
  5. - jquery still used for 90% of websites
  6. - introduced in the 90s to standardize browsers
  7. - ajax is a term used as a broad term for 'web request'. Similar to 'coke' and 'cola' even when its not actually coke
  8. you're drinking.
  9.  
  10. Axios: Library for AJAX calls that isn't jquery (since jquery is on it's way out)
  11.  
  12.  
  13. Asynchronous JS:
  14. - allows two things to happen at same time
  15. -
Add Comment
Please, Sign In to add comment