strings.reverse reverse(string) Reversed the characters in a string Arguments string (string): input string Returns (string): input string reversed Example const result = strings.reverse('This string will be reversed'); console.log(result); > desrever eb lliw gnirts sihT