This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-07-14 13:41:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4325caa0f3
Branches
Tags
No results found.
wiki
/
content
/
20201112104934-javascript_concatenation_operator.md
Ryan Kes
4ef8371441
Quartz sync: May 6, 2024, 10:40 PM
2024-05-06 22:40:05 +02:00
199 B
Raw
Blame
History
id
title
6214937f-f3bb-4231-a88a-fb542b668531
JavaScript Concatenation Operator
Syntax
The + operator concatenates strings
console
.
log
(
"con"
+
"cat"
+
"e"
+
"nate"
)