const a = ['a', 'b', 'c', 'd']
Initializing...
a.push('e')
[...a, 'e']
You can edit these tests or add more tests to this page by appending /edit to the URL.