I came up with two horrific code jokes a while back. Apologies in advance…
[‘hip’,’hip’]
Hover over here >< for the answer
var word:Array = new Array(‘c’,’h’,’i’,’c’,’k’,’e’,’n’);
while (true) {
word.push(word.shift());
}
Hover over here >< for the answer
You are truly the geekiest person I know. Would you believe when you told me your (stupid!!) joke, the first thing that popped into my head was that blasted Huey Lewis and the News song. Obviously my syntax was wrong and I had (‘hip’*’hip’) rather than [‘hip’,’hip’] – silly me. Hence me laughing a full 3 minutes before I actually got the joke.