mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
199 B
199 B
id | title |
---|---|
6214937f-f3bb-4231-a88a-fb542b668531 | JavaScript Concatenation Operator |
Syntax
The + operator concatenates strings
console.log("con" + "cat" + "e" + "nate")