Simply string reverse method, that’s all :)
npm install allalgorithms
const allalgorithms = require('allalgorithms'); const str = 'orange'; console.log(allalgorithms.strings.reverse(str)); // -> egnaro
Returns reversed string
str