Please enable JavaScript to use CodeHS

CodeHS Glossary


Input Validation General

A programming technique used to validate the input from the user. The code will check the data that the user inputs and make sure it fits certain criteria. This ensures that only the correct type of value is used within the input field.