Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80684 views
1
var wrap = require('wordwrap')(15);
2
3
console.log(wrap('You and your whole family are made out of meat.'));
4
5