Course · Section 9: Data Structures, Modern Operators and Strings · Lecture 111: The Spread Operator (...)
Implement `makeEntry(key, value)` returning an object with a single computed property `key` set to `value`.
+ 1 hidden test run on Submit.
Brackets around key evaluate it, so the property name is dynamic.
Run your code to see results.