Hey,
I am looking for a javascript that must do the following:
when a user enters a word in a form and presses submit, from that word
the first character moves one up in the alphabet, the second character moves
two up in the alphabet, the third character moves three up in the alphabet and so on.
example: when a user enters ‘b o a t’ and presses submit it shows ‘c q d t’—>
where ‘c’ is one place furhter than ‘b’ in the alphabet, ‘q’ is two places further than ‘o’
in the alphabet, ‘d’ is three places further than ‘a’ in the alphabet and ‘x’ is four places further than
‘t’ in the alphabet.
The script must be as simple as possible, I hope you guys can help me out with a script