I am second-year student of BSU. Studying is easy for me. And I like to try a lot of new things, to discover onknown and interesting doors for myself. That’s how I got to RS-school. I hope to find myself here.
function everyLoop(array, term) {
for (let element of array)
if (!term(element))
return false;
return true;
}
B1