Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Last active November 27, 2017 13:26
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 seogi1004/399ac01e014a5359b4a4aa7a0aae45ea to your computer and use it in GitHub Desktop.
Save seogi1004/399ac01e014a5359b4a4aa7a0aae45ea to your computer and use it in GitHub Desktop.
function MyClass() {
}
var MyClass = function() {
}
// -- 위의 두 구문은 동일하게 MyClass 클래스를 선언한다.
// -- 필자는 가독성 측면에서 두 번째 방식을 선호한다
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment