0
sjwsjwsjw
360d

let target: any = e.target;
if (target.nodeName) //other code

Results in a typescript? error wherein it says that Property 'nodeName' does not exist on type 'EventTarget'. but if I refactor the variable name to something that isn't target it works

i don't understand

Comments
Add Comment