I am learning Js from the book. The word API are used many times in that book. But I am not able to understand it. I have also searched it from wiki but there is no result. Can anyone explain me what is it and how it works in javascirpt?
Asked
Active
Viewed 25 times
0
-
Your search didn’t give results? Weird. This is the Wikipedia page for API: https://en.m.wikipedia.org/wiki/API – Cris Luengo Sep 14 '22 at 19:37
1 Answers
0
Application Programming Interface - It is an interface that transfers data from one software to another regardless of its programming language. Hopefully your book should be teaching you how to make an API in JavaScript. An API is capable of sending, receiving, updating and deleting data.

Albert Bitencourt
- 16
- 5
-
2This is a strange definition… An API is much broader than transferring data between software systems. – Cris Luengo Sep 14 '22 at 19:37