Skip to content
Rish1327 edited this page Aug 1, 2022 · 1 revision

if (num % 3 == 0 ) console.log('Multiple of 3') else console.log('not a multiple of 3')

Clone this wiki locally