functions.js 80 B

123456
  1. const a = () => "Foo bar";
  2. function b(object, key) {
  3. return object['key'];
  4. }