Brain Teaser: What Does This JavaScript Do?
January 5th, 2006JavaScript is one of those technologies that you can use for years knowing only very little about it. Do you know what the following <script> block will do? Post your guess as a comment before you test it out!
<script>
(function()
{
function A() { document.write(A) }
A();
})()
</script>
Read a great book: Good to Great: Why Some Companies Make the Leap… and Others Don’t
by Jim Collins



