Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTRZ authored Nov 9, 2024
1 parent 0e44478 commit 5e73cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ result.textContent = "Error calculating the Fibonacci sequence.";
return;
}

result.textContent = `Fibonacci(${numberInput}) = ${fibSequence[numberInput]}`;
result.textContent = `Fibonacci(${numberInput}) = ${fibSequence[numberInput]}`;

// Konfiguracja wykresu
const labels = [...Array(fibSequence.length).keys()];
Expand Down

0 comments on commit 5e73cba

Please sign in to comment.