Skip to content

Files

Latest commit

 

History

History

immutable-data-cost

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 7, 2023
Jan 7, 2023
Jan 7, 2023

Immutability cost

Immutable methods

  • Object.values/keys/entries
  • concat
  • rest/spread ...
  • slice
  • filter/map

Mutable methods

  • Object.assign
  • splice
  • push