JavaScript

Multiples of 3 and 5

sum = 0
if number is divisble by 3 or 5
add number to sum
log total to webpage

JavaScript IPO

Input:

javascript