Course · Section 3: JavaScript Fundamentals – Part 2 · Lecture 44: Dot vs. Bracket Notation
Implement `getProp(obj, key)` returning the value at `key` using bracket notation.
+ 1 hidden test run on Submit.
Bracket notation reads the property named by the key variable.
Run your code to see results.