`numbersCloseEnoughToEqual` function is not valid for all numbers. Try this example ```js numbersCloseEnoughToEqual(2.02 + 1.135, 3.155); // false ``` Please see snippit in the end of this commet https://stackoverflow.com/a/56967003