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