Writing Humble Javascript is a manifesto of some principles you should follow when developing in Javascript for web interface, that will make you have a clean and unobtrusive code.
If you follow this ideal, you will not mix javascript’s domain (behavior) with HTML’s structure and content nor with CSS’s presentation. Your website will run fine without CSS, Javascript or both. But you should read the whole thing to get the right idea.