Last Updated: February 25, 2016
·
324
· killwing

join vs john

Stupid to concat strings in a array by building it manually while not using join() method? Not always!
Sometimes it's faster to use += to build string.
Check out: join-vs-john