From 2521d46683ce8487f0bd1cdfdd49d42cf595faf6 Mon Sep 17 00:00:00 2001 From: Harrison Shoff Date: Wed, 29 Apr 2015 11:49:28 -0700 Subject: [PATCH] [readme] update additional trailing commas, examples --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e1680fb9..b0cf7d9e 100644 --- a/README.md +++ b/README.md @@ -1495,8 +1495,7 @@ // bad const hero = { firstName: 'Dana', - lastName: 'Scully', - catchPhrase: 'Adventure is out there' + lastName: 'Scully' }; const heroes = [ @@ -1508,7 +1507,6 @@ const hero = { firstName: 'Dana', lastName: 'Scully', - catchPhrase: 'Adventure is out there', }; const heroes = [