|
|
|
|
|
by MarkCole
3919 days ago
|
|
Seems to just be just shorthand for querySelector / querySelectorAll for those that like the jQuery style syntax. And then the ability to use forEach and map on NodeList elements. It's a neat little snippet for those that want that, but other than that, makes really no difference. |
|