ended4월 9일· 1 sources

Day 2 - Problem Solving

Why it matters

Today I worked on some basic JavaScript problems to strengthen my fundamentals. const numbers = [1, 2, 3, 4, 3]; const text = "ABC"; // 1. Sum of array let totalSum = 0; for (let i = 0; i < numbers.le...

1
Sources
+0
24h
Growth
154d
Active

Sources

Related Issues