tel-ran-de / FE-24-m

2 stars 0 forks source link

FE-03-23 JS Logic Operators, If-Else, Loops #10

Open inoirman opened 2 years ago

inoirman commented 2 years ago

https://github.com/tel-ran-de/FE-24-m/tree/fe-03-23-js-logic

HomeWork Implement a program that will count the sum of all digits that make up the original number. Output result with console.log operator. For example: The original number is 32452. Digits are '3', '2', '4', '5', '2'. Sum of digits will be 3+2+4+5+2 = 16

mwalexandra commented 2 years ago

https://github.com/mwalexandra/TelRan/blob/main/FE/22.03.21_JS_intro/app.js

AsligulSafarova commented 2 years ago

https://github.com/AsligulSafarova/JShomework.git

eduard-lab-front-end commented 2 years ago

https://github.com/Eduard-basic24-25/HomeWork-23-03