From 6445a6fd00fb8a7c4cd5f0d1adab9717c092ef5a Mon Sep 17 00:00:00 2001 From: Ahmed Aeon Axan Date: Sun, 17 Nov 2013 21:07:54 +0530 Subject: [PATCH] Remove invalid name - Naming Conventions In naming conventions `var this-is-my-object = {};` is given as an example of a bad name. But since this is an invalid name in Javascript. I dont think it is needed since its a syntax error. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 32225f1d..949e8e42 100644 --- a/README.md +++ b/README.md @@ -1008,7 +1008,6 @@ // bad var OBJEcttsssss = {}; var this_is_my_object = {}; - var this-is-my-object = {}; function c() {}; var u = new user({ name: 'Bob Parr'