Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace onchange with EventListener method (#773)
The MDN example that redirects to this code uses EventListener method to detect change in select element. I learned that standard practice is using EventListener method, hence the change.
- Loading branch information