Computer Science - Web Development - Backend development basics - Backend Concepts Quiz
8 questions. Q1: Backend code runs where? → On the server (not the user's browser). Q2: What does an API endpoint return? → Usually JSON data with a status code. Q3: GET /api/products/5 - what does the '5' represent? → The product ID (URL parameter). Q4: Why validate on backend even if frontend vali