SyntaxFix
Write A Post
Hire A Developer
Questions
Numbers inherit from the Number constructor which doesn't have the .toLowerCase method. You can look it up as a matter of fact:
Number
.toLowerCase
"toLowerCase" in Number.prototype; // false