Description updated and snippet tested

This commit is contained in:
Angelos Chalaris
2018-01-28 14:28:57 +02:00
parent 75a2b9e9ff
commit 50f64e374c
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();
});
});