Sum of Multiples in Range
Given a positive integer nn represented as a string, find the sum of all integers in the range from 1 to nn inclusive that are divisible by 3, 5, or 7.
Print an integer representing the sum of all numbers in the given range that satisfy the condition.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)