Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
how to add a variable to an string
Lily Zhang
Programming language:
Whatever
2021-08-13 19:59:45
0
Q:
how to add a variable to an string
Ophelia Golightly
Code:
Whatever
2021-09-01 09:14:52
var
str =
"ello"
;
var
letter =
"h"
;
str
= letter + str;
1
Tags
string
variable
add
how
var
Related
integer to stringc
New to Communities?
Join the community