The Shining cycle

<script type="text/javascript">
    var i = 0;
    var text = "All work and no play makes Jack a dull boy.";
    for(i = 0; i < 100; i++){
        document.write("<p>" + text + "</p>");    
    }
</script>

Lazy update today. I should rest a bit.

Work smarter, not harder.

Don't miss future articles

Receive Saturday updates directly in your inbox.