- make sure `this.todo = [1,2]` syncs to LS AND `this.todo.push(3)` - - (i've seen this require a custom albeit basic shim in (de)serialize setting)
this.todo = [1,2]syncs to LS ANDthis.todo.push(3)