Skip to content

Instantly share code, notes, and snippets.

@khg0712
Last active May 2, 2018 07:06
Show Gist options
  • Save khg0712/d1556f5293366a981f48439412954c66 to your computer and use it in GitHub Desktop.
Save khg0712/d1556f5293366a981f48439412954c66 to your computer and use it in GitHub Desktop.
var cat = {
name: 'James',
age: 2,
leg: 4
};//객체 리터럴 방식으로 객체
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment