How to update a object without a new variable.

I have a list like {1,2,3,4}, I want to add new items like {1,2,3,4,5,6,.....} in the same list without using a new variable to store the new list.

  Discussion posts and replies are publicly visible