rsschool-cv

Sergei Kondratev

Contacts

About me

Skills

Code examples

/_ Create the function isDivideBy to check if an integer number is divisible by both integers a and b. _/

1 function isDivideBy (number, a, b) { 2 return number % a === 0 && number % b === 0 3 }

Education

JS/FE Pre-School 2022

Languages