Some arithmetic operations I tried:
'2' - '1' = 1 (as expected)
'2' / '1' = 1 (makes sense)
'2' + '1' = 99 (how?)
'2' * '1' = 2450 (why???)
'2' % '1' = 1 (again why?)
Some arithmetic operations I tried:
'2' - '1' = 1 (as expected)
'2' / '1' = 1 (makes sense)
'2' + '1' = 99 (how?)
'2' * '1' = 2450 (why???)
'2' % '1' = 1 (again why?)