Tag Archives: JavaScript

Abusages in JavaScript

Upon reading a recent blog entry by Brendan Eich (creator of the JavaScript language), I found myself falling under a bit of conviction when he described a popular use of || (OR) and && (AND) as an “abusage”. I also … Continue reading

Posted in JavaScript | Tagged , , , , , , , | Leave a comment

Sometimes jQuery is (not) the Answer

It’s difficult to say, as much as I love jQuery I must admit that it is at times the wrong route to take when addressing a problem. While looking over a few questions on StackOverflow today I came across a … Continue reading

Posted in JavaScript, jQuery, Uncategorized | Tagged , | 1 Comment