``` js store.set(0,{ name : 'amy' }); ``` Would it be nice to update a store array as following: ``` js store.set(0,'name', 'olivier'); ```