Please login to start chat

ICT Solutions 11 Jun 2022, 09:55:16
Category : JavaScript Tutorials

every (JavaScript Array Method)

const tnwAge = [20, 29, 48, 76, 50, 38, 39];

function tnwFun1(){
document.getElementById("demo").innerHTML = tnwAge.every(tnwFun2);
}

function tnwFun2(chkAge){
return chkAge > 19;
}

Comments:

No comment to show.

Available Services
Download Android Application