Daniel Mittelman

Results 1 issues of Daniel Mittelman

This pull request changes how the `simplify()` function works when dealing with expressions that can be simplified even further. **Example 1:** ```javascript true and true or true ``` Before the...