Skip to content

Update README.md #8958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions JavaScript/Topics/14.Web_Browser_APIs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is an API?
API stands for **Application Programming Interface**. APIs are the little pieces of code that make it possible for digital devices, software applications, and data servers to talk with each other, and theyโ€™re the essential backbone of so many services we now rely on.

API stands for **Application Programming Interface**. APIs are the little pieces of code that make it possible for digital devices, software applications, and data servers to talk with each other,these set of codes allow programmers to acquire some specific features or the data of an application and theyโ€™re the essential backbone of so many services we now rely on.
Application Programming Interfaces (APIs) are constructs made available in programming languages to allow developers to create complex functionality more easily. They abstract more complex code away from you, providing some easier syntax to use in its place.

# What are APIs used for?
Expand Down