mirror of
https://github.com/alrayyes/wiki.git
synced 2025-07-23 01:13:27 +00:00
Quartz sync: May 6, 2024, 10:40 PM
This commit is contained in:
parent
aee9145691
commit
4ef8371441
635 changed files with 22281 additions and 6 deletions
12
content/20201112104934-javascript_concatenation_operator.md
Normal file
12
content/20201112104934-javascript_concatenation_operator.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
id: 6214937f-f3bb-4231-a88a-fb542b668531
|
||||
title: JavaScript Concatenation Operator
|
||||
---
|
||||
|
||||
# Syntax
|
||||
|
||||
The + operator concatenates strings
|
||||
|
||||
``` javascript
|
||||
console.log("con" + "cat" + "e" + "nate")
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue