2 lines
52 B
Text
2 lines
52 B
Text
|
|
'Hello,How,Are,You,Today'.split(',').join('.').say;
|
|
|
'Hello,How,Are,You,Today'.split(',').join('.').say;
|