$$(selector, node?) is querySelectorAll, spread into a real Array (so .map / .filter work directly). The single-match, type-inferred form is $. Part of pota/use/test.
$$(selector, node?)
querySelectorAll
Array
.map
.filter
$
pota/use/test