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