Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Commit 1f62d3a

Browse files
committed
Updated bcrypt to new version
1 parent 61e1985 commit 1f62d3a

File tree

5 files changed

+783
-241
lines changed

5 files changed

+783
-241
lines changed

Lecture Code/lecture_09/public/js/form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
parsedFirstNumberValue,
8989
parsedSecondNumberValue
9090
);
91+
9192
resultTextElement.textContent = "The result is " + result;
9293
resultContainer.classList.remove("hidden");
9394
} catch (e) {

0 commit comments

Comments
 (0)