Description updated and snippet tested

This commit is contained in:
Angelos Chalaris
2018-01-28 14:28:57 +02:00
parent be84f9f69f
commit 6b4bc29c31
6 changed files with 1531 additions and 26 deletions

View File

@ -10,4 +10,4 @@ test('Testing dropWhile', (t) => {
//t.false(dropWhile(args..), 'Expected');
//t.throws(dropWhile(args..), 'Expected');
t.end();
});
});