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