Math Operators JavaScript help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Math Operators JavaScript help

Idk how to solve 7.2 for JavaScript, please help

28th Apr 2021, 9:04 PM
Frida Agnes Ryberg Johansen
Frida Agnes Ryberg Johansen - avatar
3 Answers
+ 2
Hi! without seeing the code, we won't be able to figure out what the problem is
28th Apr 2021, 9:19 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 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.
28th Apr 2021, 9:06 PM
CamelBeatsSnake
CamelBeatsSnake - avatar
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!
13th Aug 2021, 10:15 AM
John Stream
John Stream - avatar