Question: Write a program that logs the numbers from 1 to 30. Multiples of three log 'Totally' instead of the number and for the multiples of
Write a program that logs the numbers from 1 to 30. Multiples of three log 'Totally' instead of the number and for the multiples of five log 'Rad'. For numbers which are multiples of both three and five log 'TotallyRad'

console.log()- 1 Totally" 4 "Rad" "Totally'" 8 "Totally" "Rad "Totally 13 14 TotallyRad" 16 17 "Totally" 19 "Rad "Totally" 23 "Totally" "Rad" 26 "Totally" 28 29 "TotallyRad
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
