Database

[{_id:0,name:"world",words:["hello"]}]

Query

db.collection.update({_id:0},{$push:{words:"$name"}})

Result