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.
dev-diaries.com
Javascript Object Values & Object Keys
The #Javascript#Object has some methods available on it that make it easier to iterate over it’s properties or it’s values. Object.values which was introduced by #ES 2017 outputs values of a javascript object into an array and Object.keys outputs the keys as an array