Access Multiple Object Properties with Bracket Notation
Create a function getValues that takes an object and an array of keys, and returns an array of values for those keys. Use bracket notation to access the properties.
Premium
JavaScript
Console