As Javascript developers, we have to wield several technologies to get a UI built. How do you go about counting your lines of code on a per screen basis?
Do you factor in css line-count and html line-count or do you look at your line-count as being pure Javascript logic?
Question is, why would you even bother to count them in the first place? that number is almost meaningless anyway...