0
Math Operators JavaScript help
Idk how to solve 7.2 for JavaScript, please help
3 Answers
+ 2
Hi! without seeing the code, we won't be able to figure out what the problem is
+ 1
Frida Agnes Ryberg Johansen Can you please share your code and describe the problem? Some people won't have access to the pro version problems.
0
Comparison Operators
Reset account passwords should not be the same as the old password.
Task
Write a program that takes old and new passwords as inputs and outputs to the console the boolean value (true or false) that shows whether or not they match.
Sample Input
hl8792m
hl8792m
Sample Output
true
function main() {
var oldPass = readLine();
var newPass = readLine();
// Your code goes here
Hi, can anyone please assist in solving this? I don't get it!