diff --git a/API Exercises Starter Template.html b/API Exercises Starter Template.html deleted file mode 100644 index 98e2caf..0000000 --- a/API Exercises Starter Template.html +++ /dev/null @@ -1,95 +0,0 @@ - - -
- - -Learn to work with APIs using Fetch API
+ +First, run Task 2 to see user details. Note the id field (not _id).
userId (like 1, 2, 3), not MongoDB _id.
+ _id.
+ Check Task 2 results: user 693c0a4357cce1118095f635 has id: "1".
+ So posts with userId: 1 belong to this user.
+ Learn to work with APIs using Fetch API
+ +fetch() gets data → .then() processes it → JSON.stringify() displays it.
+