SyntaxFix
Write A Post
Hire A Developer
Questions
array = ["foo"] array.unshift "bar" array => ["bar", "foo"]
be warned, it's destructive!