I have a function
function all(cssSelector){ return document.querySelectorAll(cssSelector); }
If I call all(\'#id\') the IDE
all(\'#id\')