We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822e476 commit db83324Copy full SHA for db83324
README.md
@@ -45,13 +45,13 @@ console.log(result); // ['apple']
45
46
// Corrupted Data array with diff data types
47
const my_array = [
48
- {name:'sam',age:null,isEmployed:'false'},
49
- {name:'a',age:456,isEmployed:false},
50
- {name:'c',age:undefined,isEmployed:00} ,
51
- {name:null,age:123,isEmployed:true} ,
52
- {name:'asd',age:123,isEmployed:false} ,
53
- {name:00,age:123,isEmployed:null} ,
54
- {name:'sam',age:'123',isEmployed:undefined}
+ {name:'sam', age:null, isEmployed:'false'},
+ {name:'a', age:456, isEmployed:false},
+ {name:'c', age:undefined, isEmployed:00} ,
+ {name:null, age:123, isEmployed:true} ,
+ {name:'asd', age:123, isEmployed:false} ,
+ {name:00, age:123, isEmployed:null} ,
+ {name:'sam', age:'123', isEmployed:undefined}
55
]
56
57
0 commit comments