Shopping List
This commit is contained in:
committed by
SaintPeter
parent
7e598a710f
commit
04b1f03f1b
@ -1708,7 +1708,7 @@
|
|||||||
"title": "Shopping List",
|
"title": "Shopping List",
|
||||||
"description": [
|
"description": [
|
||||||
"Create a shopping list in the variable <code>myList</code>. The list should be a multi-dimensional array containing several sub-arrays. ",
|
"Create a shopping list in the variable <code>myList</code>. The list should be a multi-dimensional array containing several sub-arrays. ",
|
||||||
"The first element in each sub-array should contain a string with the name of the item. The second element should be a number representing the quantity. IE:",
|
"The first element in each sub-array should contain a string with the name of the item. The second element should be a number representing the quantity i.e.",
|
||||||
"<code>[\"Chocolate Bar\", 15]</code>",
|
"<code>[\"Chocolate Bar\", 15]</code>",
|
||||||
"There should be at least 5 sub-arrays in the list."
|
"There should be at least 5 sub-arrays in the list."
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user