TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
31.77k stars 5.44k forks source link

fix: throw error instead of returning it in check case type functions #1624

Closed vil02 closed 4 months ago

vil02 commented 4 months ago

Open in Gitpod know more

Describe your change:

Errors should be thrown not returned. Additionally this PR adds missing tests.

Checklist: