Untitled

YAPL yet another programming language

Like python, but more dynamic and not class-oriented

Can use JS to modify the HTML Tree

blah, blah, blah, unimportant stuffs are skipped

Browser Rendering Pipeline

JS: download entire document

Parse into DOM

Walk thru it

Decide where to place everything

Paint the screen

Some common optimization: