-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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')
if (person>=18){ console.log("eligible for license") } else if(person<=18){ console.log("not eligible") }