Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 205 Bytes

ex_128.md

File metadata and controls

7 lines (6 loc) · 205 Bytes

Exercise 128

  • Create a new index128.js file
  • Define a iceCreamFlavors array with 10 flavors
  • Remove the last 4 elements using pop
  • Show the iceCreamFlavors items as output
  • Show each removed flavor