In CoffeeScript how do you append a value to an Array? January 8, 2023 by Tarik Good old push still works. x = [] x.push 'a'