Advertise here

jQuery Plugins Tagged ‘style guide’

Google JavaScript Style Guide

March 30, 2018     848    
Google JavaScript Style Guide

A tutorialabout Google’s coding standards for source code in the JavaScript programming language. The best stylistic practices for writing clean, understandable code.

Read More »

Airbnb JavaScript Style Guide

November 05, 2015     1946     Others
Airbnb JavaScript Style Guide

A mostly reasonable approach to JavaScript from Airbnb community.

Table of Contents

  • Types
  • Objects
  • Arrays
  • Strings
  • Functions
  • Properties
  • Variables
  • Hoisting
  • Conditional Expressions & Equality

Read More »