Skip to content

Instantly share code, notes, and snippets.

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