should i use python 2 or 3 code example
Example 1: can you do a join() in js without the commas
arr.join("")
Example 2: when should I use a DIRECTORY_SEPARATOR vs a slash
It doesn't matter -- PHP's IO functions will internally convert
slashes to the appropriate character.