When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
vinicius5581.github.io
javascript - Custom map function
A function that given an array and a callback function, it creates a new array populated with the results of calling the provided function on every element in the calling array.