170
JavaScript
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Ironically
'a'++
works in C/C++ because'a'
ischar
where in JS 'a' isstring
.