Skip to content

Instantly share code, notes, and snippets.

@splincode
Created May 25, 2019 13:26
Show Gist options
  • Select an option

  • Save splincode/547d38ac725b137b75fa905958b00299 to your computer and use it in GitHub Desktop.

Select an option

Save splincode/547d38ac725b137b75fa905958b00299 to your computer and use it in GitHub Desktop.
const foo = { greeting: 'Hello' };
checkLanguage(foo, true);
console.log(foo.greeting + ' world!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment