🎯
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
-
03:26
(UTC +01:00) - https://www.nicoladimatteo.it
- @webnicola
Sort by: Most downloads
0 packages
No results matched your search.
Try browsing all packages to find what you're looking for.