Reverse string. Write a function that takes a string and returns the reversed string. Examples: fn("foo") === "oof ...
確定! 回上一頁