Take `"abcdefg".substring(1, 3)`: - C# - `"bcd"` - JavaScript - `"bc"` :(
Take
"abcdefg".substring(1, 3):"bcd""bc":(