Skip to content

Instantly share code, notes, and snippets.

@ohoroyoi
Created July 13, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohoroyoi/bfe938da5087073916bd67da3f39a88f to your computer and use it in GitHub Desktop.
Save ohoroyoi/bfe938da5087073916bd67da3f39a88f to your computer and use it in GitHub Desktop.
이 짧은 코드가 이해가 안가서 몇번을 읽었는지
const getTime = (callback) => {
callback('안녕');
}
getTime((message)=>{
console.log(message);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment