Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
development:javascript:mutating_data [2020/03/03 12:59]
kalenpw
development:javascript:mutating_data [2021/06/29 15:04] (current)
kalenpw
Line 57: Line 57:
 [ { name: 'Patrick', age: 23 }, { name: 'kailyn', age: '22' } ] [ { name: 'Patrick', age: 23 }, { name: 'kailyn', age: '22' } ]
 </code> </code>
 +----