Output will be displayed here when you run the code...
// Generated JavaScript code will be displayed here...
Task Description
Use variables and loops to solve programming challenges. Build your solution by connecting code blocks.
Goal: Calculate the sum of numbers from 1 to 10.
Hint:
1/4For this challenge, you need to create a variable to store the sum, use a loop to count from 1 to 10, and add each number to the sum.