Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#9753 from mnttnm/fix/nextLine-with-co…
Browse files Browse the repository at this point in the history
…de-tags

nextInLine text needs code tags
  • Loading branch information
That Guy authored Jul 16, 2016
2 parents 18c2a0f + ad47726 commit a9b5c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,7 @@
"title": "Stand in Line",
"description": [
"In Computer Science a <dfn>queue</dfn> is an abstract <dfn>Data Structure</dfn> where items are kept in order. New items can be added at the back of the <code>queue</code> and old items are taken off from the front of the <code>queue</code>.",
"Write a function <code>nextInLine</code> which takes an array (<code>arr</code>) and a number (<code>item</code>) as arguments. Add the number to the end of the array, then remove the first element of array. The nextInLine function should then return the element that was removed."
"Write a function <code>nextInLine</code> which takes an array (<code>arr</code>) and a number (<code>item</code>) as arguments. Add the number to the end of the array, then remove the first element of array. The <code>nextInLine</code> function should then return the element that was removed."
],
"releasedOn": "January 1, 2016",
"head": [
Expand Down

0 comments on commit a9b5c00

Please sign in to comment.