Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 314 Bytes

File metadata and controls

11 lines (9 loc) · 314 Bytes

array-object-countries

Project for working with basic methods with arrays and objects

  • find the number of items in an array
  • find the index of the item
  • adding and removing items from an array
  • editing an object, adding a new property
  • property value manipulation
  • filtering values
  • copying arrays, etc