Ruby Cheat Sheet

ruby

[1,2,3].join('')
python

''.join([1,2,3])
javascript

[1, 2, 3].join("");
go

rust