Javascript


Javascript

12 Rules for Professional JavaScript in 2016 - As front-end development becomes more complicated, it is necessary for there to be some established 'rules' to help guide us.

Avoiding Anonymous JavaScript Functions - A look at the issues with anonymous functions and how to avoid them, as well as some handy tips on file structure and event listeners.

Cutting the Mustard - A technique pioneered by the BBC which effectively allows JavaScript solutions that use native implementations of features that we have grown accustomed to using without having to download polyfilling libraries.

Device and Viewport Size In JavaScript - A simple table that compares various methods of getting the viewport size live to determine the most accurate method.

Ditching jQuery - A growing collection of native JavaScript equivalents for common jQuery tasks by Chris Ferdinandi.

How JavaScript Event Delegation Works - A demonstration on how event delegation works with pure JavaScript.

JS Tips - Short and useful daily Javascript tips that will allow you to improve your code writing.

plainJS - A thorough reference for leveraging plain Javascript.

A Re-Introduction to JavaScript - A helpful 're-introduction' to the world's most misunderstood programming language by the folks over at Mozilla Developer Network.

Simplified Javascript Jargon - A community-driven attempt at explaining the loads of buzzwords making the current JavaScript ecosystem in a few simple words.

Understanding JavaScript Comparison Operators: Equality - A quick breakdown of the various comparison operators in Javascript and how they work.

Where X = JavaScript - A simple, single page demonstration of the JavaScript language.

You Don't Know JS - A series of books on Github that dive deep into the core mechanisms of the JavaScript language.

You Might Not Need jQuery - A great reference tool for finding Javascript equivalents for jQuery methods.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...