Assessment wanted for Math skill test (Math 1, Math 2, Math 3)

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

Math 2: https://codepen.io/kiyotara/pen/oNPyMBj

Math 3: https://codepen.io/kiyotara/pen/OJoEweE

Hi @kiyotara and welcome to the community :wave:

Well done! :sparkles:

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. :slightly_smiling_face:

See you,
Michael

Thank you @mikoMK for your help

1 Like