From 89e7b2fb029f7d38ebcfca8ba85fe3e3e00d6faa Mon Sep 17 00:00:00 2001 From: Arun Date: Thu, 23 Jun 2016 15:11:12 +0530 Subject: [PATCH] Fix redundancy in description --- .../01-front-end-development-certification/basic-javascript.json | 1 - 1 file changed, 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 ce029c7fb0..630b72504d 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -4517,7 +4517,6 @@ "id": "56533eb9ac21ba0edf2244cf", "title": "Record Collection", "description": [ - "You are given an object representing (a small part of) your record collection. Each album is identified by a unique id number and has several properties. Not all albums have complete information.", "You are given a JSON object representing (a small part of) your record collection. Each album is identified by a unique id number (its key) and has several properties. Not all albums have complete information.", "Write a function which takes an id, a property (prop), and a value.", "For the given id in collection:",