first commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
var map = require('../');
|
||||
var letters = map([97,98,99], function (c) {
|
||||
return String.fromCharCode(c);
|
||||
});
|
||||
console.log(letters.join(''));
|
||||
Reference in New Issue
Block a user