Untitled

Anonymous
plain_text
02/04/2025 2:03 PM
188 B
20
Indexable
let duck = {
  name: "Aflac",
  numLegs: 2,
  sayName: function() {return "The name of this duck is " + duck.name + ".";}
};
duck.sayName();
Editor is loading...
Leave a Comment