🎯
Focusing
let number = 10;
let n1 = 0, n2 = 1, nt;
for (let i = 1; i <= number; i++){ console.log(n1); nt = n1 + n2; n1 = n2; n2 = nt; }
- Trieste, Italy
-
12:48
(UTC +02:00) - https://www.nicoladimatteo.it
- @webnicola
Search results
0 open and 0 closed projects found.-
There aren't any projects yet