any method like .check
Allows you to verify that this node exists
U can write a function that does the same thing const checkElement = (HtmlElement element) : bool => element != null && element.value == ''
Обсуждают сегодня