Challenge 📝
Resources 📚
Code a for loop that runs through all numbers from 0-99 and append all numbers divisible by seven into a string. Return this string.
for
#JavaScript Loops
Easy
unsolved