Skip to main content

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

Back to lesson: Practice: Frontend, Backend, and the Full Request Cycle โ€” Practice