0

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?

VLAZ
  • 26,331
  • 9
  • 49
  • 67
Zawri
  • 1
  • 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 Answers1

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.