muchogusto.log
로그인
muchogusto.log
로그인
ESNext
정은경
·
2024년 4월 5일
팔로우
0
ESNext
0
👸 Front-End Queen
목록 보기
263/271
ESNext
현시점에서 ECMAScript의 최신 버전을 가리키는 용어
Reference
https://stackoverflow.com/questions/56521178/what-is-esnext
https://www.javascripttutorial.net/es-next/
https://velog.io/@itkdgus489/Typescript%EC%99%80-ESNext%EC%9D%98-%EC%A3%BC%EC%9A%94-%EB%AC%B8%EB%B2%95
https://esnext.github.io/esnext/#%2F*%0AOn%20the%20left%20is%20code%20written%20with%20new%20JavaScript%20features%2C%0Aand%20on%20the%20right%20is%20the%20console%20output%2C%20plus%20the%20same%20code%0Are-written%20so%20it%20can%20run%20in%20today's%20browsers.%0A%0AEdits%20made%20to%20the%20code%20on%20the%20left%20will%20re-generate%20and%0Are-run%20the%20code%20on%20the%20right.%20Try%20it%20out!%0A*%2F%0A%0A%2F%2F%20Classes%0Aclass%20Person%20%7B%0A%20%20constructor(firstName%2C%20lastName)%20%7B%0A%20%20%20%20this.firstName%20%3D%20firstName%3B%0A%20%20%20%20this.lastName%20%3D%20lastName%3B%0A%20%20%7D%0A%0A%20%20get%20name()%20%7B%0A%20%20%20%20%2F%2F%20Template%20strings%0A%20%20%20%20return%20%60%24%7Bthis.firstName%7D%20%24%7Bthis.lastName%7D%60%3B%0A%20%20%7D%0A%0A%20%20toString()%20%7B%0A%20%20%20%20return%20this.name%3B%0A%20%20%7D%0A%7D%0A%0Aconsole.log(%0A%20%20'Full%20name%20is%3A'%2C%0A%20%20new%20Person('Michael'%2C%20'Bluth')%0A)%3B%0A%0A%2F%2F%20Arrow%20functions%0Aconsole.log(%5B1%2C%202%2C%203%5D.map(x%20%3D%3E%20x%20*%20x))%3B%0A%0A%2F%2F%20Rest%20params%0Afunction%20join(delim%2C%20...items)%20%7B%0A%20%20return%20items.join(delim)%3B%0A%7D%0A%0A%2F%2F%20Spread%20args%0Aconsole.log(join('-'%2C%20...%5B415%2C%20555%2C%201212%5D))%3B%0A
https://www.npmjs.com/package/esnext
https://velog.io/@boy672820/what-is-es-versions
정은경
#의식의흐름 #순간순간 #생각의스냅샷
팔로우
이전 포스트
웹링크 미리보기: OGTag
다음 포스트
CommonJS
0개의 댓글
댓글 작성