- [ ] `+ <expr>` should coercse `<expr> to a number, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_plus - [ ] `- <expr>` should coercse `<expr> to a number, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_minus - [ ] `Number(<expr>)` should coercse `<expr.` to a number