Exam-style question
Try this first
Where does the REST API used by browser JavaScript run?.
- A.On the server
- B.Inside the HTML file as a database
- C.Only inside the TCP cable
- D.Inside the SQL table
Model answer
What a good answer should say
- On the server
Explanation
Why this works
A REST API is created and run on the server. JavaScript running in the browser calls this API through HTTP.
Common mistake
No common mistake is linked to this question yet.
