Library of the Week: Pikaday

We're introducing a new feature today on the JavaScripting blog: Library of the Week. We're receiving a lot of great submissions, and we decided it would be worthwhile to highlight some of the best ones. We'll be posting about a new library every Friday.…

Real-World JavaScript Anti-Patterns (Part Two)

My previous post [https://blog.javascripting.com/2014/11/06/real-world-javascript-anti-patterns/] was mainly about pure JavaScript syntax, callbacks and iterating collections. In this post I would like to focus on usage of a couple of popular third-party libraries: jQuery [http://jquery.com/] and Lodash [https://lodash.com/]. As in part…