Skip to content

Commit

Permalink
Update logic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiMorozov88 authored Nov 18, 2023
1 parent b2f950a commit 60e4bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ function showResult() {
const timeFinish = getAbsoluteTime();
commentContainer.innerText = `Date of calculation: ${getDate()}. Time of function execution: ${timeFinish - timeStart} ms`;
}
button.addEventListener('click', showCards);
button.addEventListener('click', showResult);

0 comments on commit 60e4bee

Please sign in to comment.