대가는 결과를 만든다

[스터디] javscript의 상속 Traditional vs ES6 본문

개발/Javascript

[스터디] javscript의 상속 Traditional vs ES6

yunzema 2019. 9. 24. 16:03
반응형

Webpack을 이용하여 현대 웹app을 개발하면서는 es6 사용을 하게 되었지만, pure한 javascript 표준 라이브러리를 구현할 기회가 생기게 되면서 es6에서 class처럼 사용했던 문법과 기존 전통적인 문법을 비교할 일이 생겨서 참고했던 잘 비교해둔 사이트를 스크랩 한다.

 

https://medium.com/beginners-guide-to-mobile-web-development/super-and-extends-in-javascript-es6-understanding-the-tough-parts-6120372d3420

 

“Super” and “Extends” In JavaScript ES6 - Understanding The Tough Parts

ES6 has made JavaScript look a lot simpler with the class syntax and its additional features. Today we are going to combine the class…

medium.com

 

Comments