Browse Source

added clarification

pull/570/head
Dosan Älseyit 4 years ago committed by Clément
parent
commit
233dc92520
  1. 4
      subjects/sign.en.md

4
subjects/sign.en.md

@ -7,8 +7,8 @@ and return 1 if the number is positive, -1 if the number is negative
and 0 if the number is exactly 0
You must not just use `Math.sign`, make your own.
Create the `sameSign` function that takes 2 numbers as arguments and check
if they both have the same sign
Create the `sameSign` function that takes 2 numbers as arguments and return true
if they both have the same sign, or false otherwise.
### Notions

Loading…
Cancel
Save