// — — Directions// Given a string, return a new string with the reversed// order of characters// — — Examples// reverse(‘apple’) === ‘leppa’
// — — Directions// Given a string, return a new string with the reversed// order of characters// — — Example// reverse(‘apple’) === ‘leppa’