js номер по каждым 15

Math.ceil(n / 15) * 15
// 3 -> 15, 22 -> 30 etc.
foloinfo