-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.js
47 lines (41 loc) · 1.04 KB
/
test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
const ducker = require('./index')
function sum (a,b) {
return a + b
}
async function mult (a,b) {
return await a / 0
}
// try {
// JSON.parse({"foo": 1,})
// } catch(e){
// console.log(e)
// ducker.stackoverflow(e)
// }
console.log(ducker.searchable('Another one biTEs tHe duST','youtube'))
// sum(1,2)
// ducker.check([1,2,['wow',true,[{'a' : 2}]]])
// ducker.stackoverflow(new RangeError())
// ducker.go()
// ducker.check([1,2,['wow',true,[{'a' : 2}]]])
// ducker.stop()
// console.table(ducker.xray({ 'name' : 'Johny', 'age': 23}))
// console.log(ducker.random(true,4,10))
// ducker.fake({name: 'name'})
// ducker.check(4)
// ducker.test(sum,[2,2],2)
// ducker.quack('wow',true,3)
// console.log(ducker.random(false,5,6))
// console.log(ducker.fake({
// name: 'name',
// email: 'email',
// username: 'username',
// email: 'email',
// sentence: 'sentence',
// paragraphs: 'paragraphs',
// bloodT: 'blood',
// color: 'color',
// person : {
// name : 'name',
// age: 'age',
// }
// }))