complete-intro-to-web-dev-v3 icon indicating copy to clipboard operation
complete-intro-to-web-dev-v3 copied to clipboard

Grammar issue talking-to-servers/ajax

Open dentonwong opened this issue 2 years ago • 0 comments

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".

dentonwong avatar Oct 05 '23 00:10 dentonwong