JavaScript

Print numbers from 1 to 100 that divisible by 3 in JavaScript1 min read

In this javascript example I wrote a javascript for a loop to print out numbers from 1 to 100 that are evenly divisible by 5

 

 

Leave a Comment