— I'm not sure what you mean
— Show me an object property example?
— {
...obj,
prop: something
}
— With array you can add element
[...ary, element]
— I need to update the element of array
— Couldn't find anything on that
— insert(index, value, list) -> new list