Skip to content

nicoder/SJSJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Simplified JavaScript Jargon

This document is a community-driven attempt at explaining the loads of buzzwords making the current JavaScript ecosystem in a few simple words. The idea is not to replace individual documentations, but to act as some kind of glossary that can be easily referrenced.

If you are willing to contribute, open a pull request to complete, update or fill in a section. Thank you for doing so!

AngularJS

AngularJS section to be completed.

Babel

Babel section to be completed.

Backbone

Backbone.js section to be completed.

Bower

Bower section to be completed.

Broccoli

Broccoli section to be completed.

Browserify

Browserify section to be completed.

Brunch

Brunch section to be completed.

CoffeeScript

CoffeeScript is a little language that compiles into JavaScript. It is an attempt to expose the good parts of JavaScript in a simple way and friendly syntax, the golden rule being: “It’s just JavaScript”.

The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. The compiled output is readable and pretty-printed, will work in every JavaScript runtime, and tends to run as fast or faster than the equivalent handwritten JavaScript.

EcmaScript (ES)

EcmaScript (ES) section to be completed.

Ember

Ember section to be completed.

Express

Express section to be completed.

Grunt

Grunt section to be completed.

Gulp

Gulp section to be completed.

io.js

io.js section to be completed.

jQuery

jQuery section to be completed.

Knockout

Knockout section to be completed.

Meteor

Meteor section to be completed.

MooTools

MooTools section to be completed.

Node.js

Node.js section to be completed.

npm

npm section to be completed.

nvm

nvm section to be completed.

PhoneGap

PhoneGap section to be completed.

React

React section to be completed.

RequireJS

RequireJS section to be completed.

TypeScript

TypeScript section to be completed.

Yeoman

Yeoman section to be completed.

V8

V8 section to be completed.

Webpack

Webpack section to be completed.

About

Simplified JavaScript Jargon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published