Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
JavaScript
/
JavaScript
A browser form passes every Constraint Validation API check. Which statement still holds …
from JavaScript
advanced
1 min
A browser form passes every Constraint Validation API check. Which statement still holds at the server boundary?
The server must validate the submitted data independently.
The server may trust the data because browser validation cannot be bypassed.
The server only needs to repeat checks created with `setCustomValidity`.
Check
Ask AI about this kata
Report an error
previous kata
Before migrated code trusts API data returned by `JSON.parse` and exposes it to an Alpine…
Fill in
next kata
Which Vitest assertion correctly waits for `loadUser()` to reject with `"Not found"`?
Quiz
A new version is available
Reload