Hello,
I think, that result of this code would be compile error. I don´t know your language, but I have some experience with other languages, so I think, that there's "dot" missing on line 5
Code:
return s.split (“”).reverse( ).join(“”);
and also "dots" missing on line17 in all those "class variables"
Code:
+this.str4+this.str5+this.str3+this.str1+this.str6+this.str2;
I don't know if your language is has case sensitive variables ("this.str4" vs "this.Str4") so I'll not comment this.
Anyway if the code somehow compiles, the outcome would be (text in quotes): ". Secret word: ornamentalsmith"
Have a nice day
SwordfishCZ