complete-intro-to-web-dev-v3
complete-intro-to-web-dev-v3 copied to clipboard
Grammar issue talking-to-servers/ajax
https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/talking-to-servers/ajax
Note that API is also used to describe how something is used. If I wrote a dog object in JavaScript and gave it two methods: eat() and bark(), you could those two methods its "API"...
should be
Note that API is also used to describe how something is used. If I wrote a dog object in JavaScript and gave it two methods: eat() and bark(), you could call those two methods its "API".