Fix the Expression

Published by _fluffyy in

Fix the code in the Code tab so the function returns true if and only if x is equal to 7.

Examples

Challenge.isSeven(4) ➞ false

Challenge.isSeven(9) ➞ false

Challenge.isSeven(7) ➞ true

Notes

The bug can be hard to find, so look closely!

Watch a quick demo on how Edabit works.