DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
Reverse string by using split () method to convert our string into an array
var stringToArray = "softhunt".split(""); ["s", "o", "f", "t", "h", "u", "n", "t"]
Source by softhunt.net #
PREVIOUS
NEXT
Tagged:
#Reverse
#string
#split
#method
#convert
#string
#array
ADD COMMENT
Topic
COMMENT
Name
2+7 =
Submit