Skip to content

Instantly share code, notes, and snippets.

@hngfu
Created June 5, 2018 07:14
Show Gist options
  • Save hngfu/8be9a99eb7a76b999027bb7290e1a5e5 to your computer and use it in GitHub Desktop.
Save hngfu/8be9a99eb7a76b999027bb7290e1a5e5 to your computer and use it in GitHub Desktop.
gist 테스트입니다!
var gist = 'gist 테스트.';
function gistTest(str){
console.log(str);
}
gistTest(gist);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment