3 lines
67 B
CoffeeScript
3 lines
67 B
CoffeeScript
|
|
arr = "Hello,How,Are,You,Today".split ","
|
||
|
|
console.log arr.join "."
|