Philipp Jung

Philipp Jung

Data engineer by day, data cleaning researcher by night.

  • Articles
  • Impressum
  • email
  • github
  • twitter
  • linkedin
  • telegram
© All rights reserved.

Webdev

July 2020Technology

Mutable Objects in JavaScript

JavaScript Objects and Arrays are mutable data structures, and constants and variables are references. I tripped over this recently working on state update logic in a React app.

Read
← PREV
→ NEXT