Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 683 Bytes

File metadata and controls

28 lines (23 loc) · 683 Bytes

H1 header

H2 header

H3 header

H4 header

H5 header
H6 header

Image Image of white rabbit sitting in grass

Code Example

const groceries = ['apples', 'oranges', 'bandaids', 'ground beef', 'circus tent', 'new shoes'];
const INDENT = 2;
const print = (itemToPrint) => JSON.stringify(itemToPrint, null, INDENT);

// print the list of groceries
for(grocery of groceries){
  print(grocery);
};

Task List

  • Task One
  • Task Two
  • Task Three
  • Task Four
  • Final Task