Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 121 Bytes

spread.md

File metadata and controls

4 lines (4 loc) · 121 Bytes
var speak = ['hello world', ' This is a test', ' of']; 
console.log([...speak, " spread" ].join(''));