You can use a for loop to iterate through the string in reverse as shown below. let str = 'hello world'; let reversed = ''; for(let ...
確定! 回上一頁