for(let i=1;i<=50;i++){
//Divided by 2
if(!(i%2)){
console.log(i,'is the event number')
}
}
For further actions, you may consider blocking this person and/or reporting abuse
for(let i=1;i<=50;i++){
//Divided by 2
if(!(i%2)){
console.log(i,'is the event number')
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Sergi Mamedov -
Anil -
Omojola Tomiloba David -
Md. Fahim Bin Amin -
Top comments (0)