Forum: JavaScript programming
12-30-2012, 02:43 AM
|
|
Replies: 1
Views: 196
need help translating
i know nothing about java script, but i need to translate this so another program can understand it.
here's the code:
function jal(str){var zwq = '';for(var i=0;i < str.length;i++){zwq +=...
|