- make events have fake "e" variable? - apparently, $ for retrieving regex groups is deprecated https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features - add ability to filter with function, like forEach TODO: x what to do about .A active element? x bind/unbind x addChild/addText (prepend, append, insertAfter, insertBefore, replace) x attr/style - classList/dataset - traverse - ajax parameters - custom events - use CustomEvent for event library Plugins: - zen template - Color class (random colors; convert colors between diff models) BUGS DISCOVERED: this fails: egg.clone({x:null},true) this fails: egg.isObj(null) I've temprarily added a fix for that