From b00831f245886fc83369d40f069bfe7d0e92ae48 Mon Sep 17 00:00:00 2001 From: Alexander Holman Date: Thu, 29 Sep 2016 10:37:05 +0100 Subject: [PATCH] bug: make links open in new window as per issue #10969 --- .../basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index 0ef0028d83..66bb45272f 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -4911,8 +4911,8 @@ "If prop is \"tracks\" and value isn't empty (\"\"), push the value onto the end of the album's existing tracks array.", "If value is empty (\"\"), delete the given prop property from the album.", "Hints
Use bracket notation when accessing object properties with variables.", - "Push is an array method you can read about on Mozilla Developer Network.", - "You may refer back to Manipulating Complex Objects Introducing JavaScript Object Notation (JSON) for a refresher." + "Push is an array method you can read about on Mozilla Developer Network.", + "You may refer back to Manipulating Complex Objects Introducing JavaScript Object Notation (JSON) for a refresher." ], "releasedOn": "January 1, 2016", "challengeSeed": [