File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,13 @@ const course = {
13
13
const { courseInstructor : instructor } = course
14
14
console . log ( instructor ) ; // Output: Ayush
15
15
16
- /*--------------------------------------------------------------------------------
16
+ /*----------------------------------------------------------------------------------------------
17
+ An API is like a menu at a restaurant. It tells you what you can order and how to ask for it.
18
+ It lets different software talk to each other and share information.
19
+
17
20
JSON (Javascript Object Notation),
18
- API can provide data in a structured format such as JSON,
19
- JSON 's structure is easy for humans to read and understand,
21
+ JSON is a way to organize data in a simple format that both humans and computers can understand.
22
+ It 's like putting information in a neat box for easy shipping.
20
23
21
24
{
22
25
"name": "Ayush",
You can’t perform that action at this time.
0 commit comments