DEV Community

Discussion on: GetElementbyId

Collapse
 
_bkeren profile image
''

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