SyntaxFix
Write A Post
Hire A Developer
Questions
it means "append "THIS" to the current value"
example:
a = "hello"; a += " world";
printing a now will output: "hello world"