From 93d6ff2bea3ec734e82526e65aabfe206d24c608 Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Sat, 26 Dec 2015 08:06:56 +0530 Subject: [PATCH] Stand in Line --- .../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 60a49a4b6c..f5632a19dc 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -2157,8 +2157,8 @@ "id": "56533eb9ac21ba0edf2244c6", "title": "Stand in Line", "description": [ - "In Computer Science a queue is an abastract datatype where items are kept in order. New items can be added to the back of the queue and old items are taken off the front of the queue.", - "Write a function queue which takes an array and an item as arguments. Add the item onto the end of the array, then remove and return the item at the front of the queue." + "In Computer Science a queue is an abstract Data Structure where items are kept in order. New items can be added at the back of the queue and old items are taken off from the front of the queue.", + "Write a function queue which takes an \"array\" and an \"item\" as arguments. Add the item onto the end of the array, then remove and return the item at the front of the queue." ], "releasedOn": "11/27/2015", "tests": [