Milán Major

netscape-revival

1 branch
Code

mocha/tests/catstr.js

print('evaluating 1 + "234", expect "1234": ' + (1 + "234"))
print('evaluating "123" + 4, expect "1234": ' + ("123" + 4))