From 6dee7b0e2899bb276d52efdc0abd6cfd59b03a34 Mon Sep 17 00:00:00 2001 From: Rex Schrader Date: Tue, 19 Jan 2016 17:00:50 -0800 Subject: [PATCH] Update Record Collection with Bracket Notation Note --- .../basic-javascript.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 40110d9a42..f5ba2f7665 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -3667,7 +3667,8 @@ "If value is non-blank (value !== \"\") and prop is not \"tracks\" then update or set the value for the prop.", "If the prop is \"tracks\" and value is non-blank, push the value onto the end of the tracks array.", "If value is blank, delete that prop.", - "Always return the entire collection object." + "Always return the entire collection object.", + "Note
Don't forget to use bracket notation when accessing object properties with variables." ], "releasedOn": "January 1, 2016", "challengeSeed": [