2 lines
88 B
JavaScript
2 lines
88 B
JavaScript
|
|
console.log(wordwrap("The quick brown fox jumped over the lazy dog.", 20, "<br />\n"));
|