Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
stringToArray
CR7CR7
Sep 18th, 2022
634
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
let greeting1
=
'hello'
;
let array1
=
greeting1.
split
(
''
)
;
console.
log
(
array1
)
;
let greeting2
=
'h,e,l,l,o'
;
let array2
=
greeting2.
split
(
','
)
;
console.
log
(
array2
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
OoT rando seed 6/13
1 hour ago | 202.05 KB
w
18 hours ago | 0.09 KB
[email protected]
- idiot sending fr...
20 hours ago | 1.35 KB
Untitled
23 hours ago | 0.03 KB
Checking in availability
1 day ago | 0.66 KB
TRMP TOKEN
1 day ago | 1.56 KB
Untitled
1 day ago | 0.16 KB
my-push Script
1 day ago | 0.19 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!