Reversing strings
strings are character arrays, first we need to understand it
Js reverse command is easy
var str="asdf"; console.log(str.reverse());
Text size calculator calculate how many characters in the text
strings are character arrays, first we need to understand it
Js reverse command is easy
var str="asdf"; console.log(str.reverse());
var str = "Test VALUE !"; console.log(str.ToLowerCase());