In the debugger console type and of the below and the content should update:
items[0]=3
items.push(4)
items.shift()
delete items[1]
${index}
${value}