<html> <head> </head> <body> <script> var linkForOpenMenu = document.querySelector(".open-submenu-user"); if (linkForOpenMenu) console.log('Переменная не пуста'); else console.log('Переменная пуста'); </script> </body> </html>