Methods Using methods on an array alters an array in some sort of way. var array = [1, 2, 3]; array = array.join(''); console.log(array);