Skip to content

Instantly share code, notes, and snippets.

@ysm-dev
Created August 3, 2019 15:20
Show Gist options
  • Select an option

  • Save ysm-dev/9f330d35fec0a5e83a70afea79ad5524 to your computer and use it in GitHub Desktop.

Select an option

Save ysm-dev/9f330d35fec0a5e83a70afea79ad5524 to your computer and use it in GitHub Desktop.
Markdium-๐Ÿ’ป ํ”„๋ก ํŠธ์—”๋“œ ๋ฉด์ ‘ ์งˆ๋ฌธ - JS #4
var person = { name: 'Tyler', age: 28 };
console.log('Hi, my name is ' + person.name + ' and I am ' + person.age + ' years old!');
// 'Hi, my name is Tyler and I am 28 years old!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment