728x90
반응형
const player = {
name: "sunho",
sayHello: function (otherPersonName) {
console.log("hello! " + otherPersonName + "nice to meet you");
},
};
console.log(player.name);
player.sayHello('nico');
728x90
반응형
'JS > JS_BASE' 카테고리의 다른 글
[기본문법 7] conditionals (0) | 2023.02.09 |
---|---|
[기본문법 6] return (0) | 2023.02.09 |
[기본문법 4] object (0) | 2023.01.31 |
[기본문법 3] 데이터 구조, array, 리스트 (0) | 2023.01.30 |
[기본문법 2]boolean, null, undefined (0) | 2023.01.30 |
댓글