Search
 
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
Name
2+7 =