// this is a comment
document.body
// this should be fast
document.body.div
/*
 this should also be fast
*/document.body.div[0].textContent
TODO