There was an error while loading. Please reload this page.
1 parent f76c57f commit 4562a7aCopy full SHA for 4562a7a
examples/chunk.js
@@ -1,8 +1,7 @@
1
/*
2
Example of Chunk() API
3
---------------------
4
-You just need to pass integer number to chunk
5
-API your desired result.
+You need to pass an integer number to chunk method to get your desired result.
6
*/
7
8
const jsonQ = require('../index.js');
@@ -13,4 +12,4 @@ const chunking = Q.from('users')
13
12
.chunk(4);
14
15
console.log('-------- Printing Result of chunk ---------');
16
-console.log(chunking);
+console.log(chunking);
0 commit comments