Disallows duplicate property names or parameter values.
806 Matching Annotations
- Jan 2015
-
www.toptal.com www.toptal.com
-
-
Prevents accidental globals. Without strict mode, assigning a value to an undeclared variable automatically creates a global variable with that name. This is one of the most common errors in JavaScript. In strict mode, attempting to do so throws an error.
this is most important one.
Tags
Annotators
URL
-
-
adodson.com adodson.com
-
A client-side Javascript SDK for authenticating with OAuth2 (and OAuth1 with a oauth proxy) web services and querying their REST API's. HelloJS standardizes paths and responses to common API's like Google Data Services, Facebook Graph and Windows Live Connect. It's modular, so that list is growing. No more spaghetti code!
javascript facebook client
Tags
Annotators
URL
-
- Jan 2014
-
www.elasticsearch.org www.elasticsearch.org
-
javascript web applications and elasticsearch
Good article on using ElasticSearch with JS
-
-
todomvc.com todomvc.comTodoMVC1
-
Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing their JavaScript web apps.
Cool project to help choose a framework, by building an app that uses each framework.
-
-
blog.stevensanderson.com blog.stevensanderson.com
-
Rich JavaScript Applications – the Seven Frameworks (Throne of JS, 2012)
Good summary of JS frameworks
-