View in Telegram
CHALLENGE
const name = "Alice";
const obj = {
  name: "Bob",
  getName() {
    return this.name;
  }
};

console.log(obj.getName.call({ name: "Charlie" }));
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram Center
Telegram Center
Channel