News

As you saw before we can use the + operator to concatenate two strings, but if we used the same operator in two numbers, it would add them together. "44254295" + "3" = "442542953" 44254295 + 3 ...