Hacker News new | ask | show | jobs
by Trezoid 4844 days ago
The javascript one is incomplete.

The example I spotted immediately is the extremely useful document.querySelectorAll()[1] which works very much like $('.someSelector') in jquery, but completely native and supported by pretty much everything.

[1]https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...

1 comments

Done and done.