Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 208 Bytes

File metadata and controls

7 lines (6 loc) · 208 Bytes

Exercise 127

  • Create a new index127.js file
  • Define a iceCreamFlavors array with 10 flavors
  • Remove the first 2 elements using shift
  • Show the iceCreamFlavors items as output
  • Show each removed flavor