Link to the task: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Test_your_skills:_Math
link to the examples:
Math 1: https://codepen.io/kiyotara/pen/NWLzBRX
Link to the task: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Test_your_skills:_Math
link to the examples:
Math 1: https://codepen.io/kiyotara/pen/NWLzBRX
Hi @kiyotara and welcome to the community
Well done!
Tasks 1 and 2 are perfectly solved.
In task 3 the comparison should reflect the statements (no matter in the are true or false). So the correct operators are:
<
>
===
I hope that helps.
See you,
Michael
Thank you @mikoMK for your help