# validateInput

## Example Usages

```javascript
app.validateInput();
```

### Return Values

The **validateInput** function returns a boolean value: -If there are validation errors (invalid fields), the function returns false. -If the validation is successful (no invalid fields), the function returns true.
