Skip to content

Instantly share code, notes, and snippets.

@khg0712
Last active May 2, 2018 14:54
Show Gist options
  • Save khg0712/f7a50f0092d90e6e041e241a82c77a94 to your computer and use it in GitHub Desktop.
Save khg0712/f7a50f0092d90e6e041e241a82c77a94 to your computer and use it in GitHub Desktop.
var cat = new Object();//Object() 생성자 함수를 통한 cat 객체 생성
cat.name = 'James';//cat객체의 프로퍼티 설정
cat.age = 2;
cat.leg = 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment