reverse(value)Reverses the order of the text providedJavaScript// name.last = "Washington" reverse(name.last) // returns "notgnihsaW"