At Least Two
interface TestFunction {
(n: number): boolean
}console.log(atLeastTwo([2,3,4,6,8], isOdd));
console.log(atLeastTwo([2,3,4,5,6,8], isOdd));false
trueLaatst bijgewerkt
interface TestFunction {
(n: number): boolean
}console.log(atLeastTwo([2,3,4,6,8], isOdd));
console.log(atLeastTwo([2,3,4,5,6,8], isOdd));false
trueLaatst bijgewerkt