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