What\'s the easiest way to find Dom elements with a css selector, without using a library?
function select( selector ) { return [ /* some magic here please
Creating a selector engine is no easy task. I would suggest learning from what already exists: