js/tests/expressions/t/binary_ops.js

3 lines
35 B
JavaScript

2+2*2;
2 + 2 == 5;
1/0 !== infty;