document.QuerySelector Null Check
var selection = document.querySelector('.selector') !== null;
Borma
var selection = document.querySelector('.selector') !== null;