We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d330b commit 1d88c38Copy full SHA for 1d88c38
Conditional Statements - Lab/04. Password Guess.js
@@ -9,4 +9,4 @@ function passwordGuess(input) {
9
} else {
10
console.log('Wrong password!');
11
}
12
-}
+}
0 commit comments