Practice ยท 1 of 1
Sort the Architecture
For each concern, name where it belongs โ "frontend" or "backend": answers = { passwordCheck: "?", buttonText: "?", priceCalculation: "?", themeToggle: "?", databaseQuery: "?" }
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Frontend, Backend, and the Full Request Cycle โ Practice