mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 20:51:27 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
632 B
632 B
String Operators
In addition to the comparison operators, which can be used on string values, the concatenation operator (+) concatenates two string values together, returning another string that is the union of the two operand strings. The shorthand assignment operator += can also be used to concatenate strings.
Visit the following resources to learn more: