DEV Community

Discussion on: GetElementbyId

Collapse
 
alessiav8 profile image
Alessia Volpi • Edited

the console show me this error only after the change of the page

Photo error:
dev-to-uploads.s3.amazonaws.com/up...

Collapse
 
_bkeren profile image
''

you can add null check
if ( sub != null) {
//code
}