Skip to content

Instantly share code, notes, and snippets.

@khg0712
Created May 19, 2018 16:21
Show Gist options
  • Save khg0712/8161d39b928db3911f343186581d6d0b to your computer and use it in GitHub Desktop.
Save khg0712/8161d39b928db3911f343186581d6d0b to your computer and use it in GitHub Desktop.
함수 표현식 예시
var add = function(a,b) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment