How do you fix cannot read property 'toLowerCase' of null?

Woz

Newbie
Mar 18, 2019
17
6
I ran into this problem, and had tried to find solution online, but they all say things like codes and stuffs that i couldnt understand, anyone can help or at least a simpler explanation please. Thank you 345555
 

Damp Toast

New Member
Jun 28, 2018
8
8
Somewhere in your code you are using a method 'toLowerCase'. The variable you are calling it from is set to null instead of a value for whatever reason.
 
  • Like
Reactions: bas