강의

멘토링

커뮤니티

BEST
개발 · 프로그래밍

/

프로그래밍 언어

모던 자바스크립트(ES6+) 심화

4개 강좌로 구성된 자바스크립트 바이블 강좌의 마지막 강좌입니다. 자바스크립트 스펙의 95% 이상을 다룹니다. 특히, 비동기 통신과 비동기 프로세스 전반을 11단계로 나누어 프레임워크를 만드는 개념으로 접근합니다.

(4.8) 수강평 32개

수강생 1,338명

  • 김영보

먼저 경험한 수강생들의 후기

수강 후 이런걸 얻을 수 있어요

  • 자바스크립트의 고도화된 언어적 활용

  • 비동기 통신과 비동기 프로세스 전반

자바스크립트 강의의 완결판!
전체를 빠짐없이 배우고 정리할 수 있습니다.

쿠폰 할인: 35,000원으로
쿠폰번호: https://inf.run/WQqXG

고도화된 자바스크립트 강의의 완성판
JavaScript에 마침표를 찍어보세요.

4개 강좌로 구성된 자바스크립트 바이블 강좌의 마지막 강좌입니다.
자바스크립트 스펙의 95% 이상을 다룹니다.
넓고, 깊으며, 디테일합니다.
비기너는 빠짐없이 배울 수 있으며, 경험자는 전체를 정리할 수 있습니다.
자바스크립트의 마침표를 찍을 수 있습니다.
ES6+ 범위는 ES2015부터 ES2019까지입니다.

바이블 강좌 전체가 하나의 시나리오입니다.
즉, 알아야 할 것과 아는 순서를 갖고 있으며 내용이 중복되지 않습니다. 강좌를 따라오시면 됩니다. 중복에 따른 시간과 비용을 허비하지 않습니다. 바이블 강좌 하나로 끝낼 수 있습니다.

비동기 통신과 비동기 프로세스를 망라하여 프레임워크를 만드는 개념으로 접근합니다.
11단계로 나누어 단계별로 코드로 구현합니다. 이를 위해 자바스크립트 스펙 범위는 아니지만 Web Workers, Ajax, XMLHttpRequest, Fetch를 다룹니다.
비동기 통신과 비동기 처리 전반을 정리할 수 있습니다.


🗒 소스 코드 다운로드

▲ ‘수강 자료’ 버튼 또는 구름 아이콘을 클릭

"섹션5, 수업1"에서 강좌의 소스 코드를 다운로드받을 수 있습니다.


연관 강의

자바스크립트 로드맵 바로가기 (40% 할인)

 

이런 분들께
추천드려요

학습 대상은
누구일까요?

  • ES6+ 환경을 넓고 깊게 이해하려는 개발자

  • 비동기 통신, 비동기 프로세스 환경에서 개발하려는 개발자

  • ES6+를 이해하고 있으나 빠짐없이 정리하려는 개발자

선수 지식,
필요할까요?

  • "자바스크립트 ES6+ 기본" 강좌에서 다루는 것은 강좌에서 다루지 않습니다. "ES6+ 기본"을 수강하지 않아도 강좌를 수강할 수 있으나 부분적으로 쉽게 이해하지 못할 수도 있습니다.

  • Node.js를 사용하지만 몰라도 되며 Node.js 실행에 필요한 코드를 제공합니다.

안녕하세요
입니다.

9,689

수강생

403

수강평

337

답변

4.8

강의 평점

12

강의

소프트웨어 개발을 좋아하는 개발자입니다.

메일: tonextday@gmail.com

동영상: 12개
Rust 강좌 제작중

클린업 자바스크립트: 점프업
클린업 자바스크립트: 베이스 빌드업
자바스크립트 비기너, 자바스크립트 중고급
모던 자바스크립트(ES6+) 기본, 모던 자바스크립트(ES6+) 심화
DOM 기본, DOM 인터랙션
React 비기너, React 완전 끝내기
요구분석 구현 방법
자바스크립트 머신러닝 TensorFlow.js

저서: 9권
몰입! 자바스크립트
ECMAScript 6
HTML5
DOM 스크립팅
자바스크립트 정규표현식
요구분석을 위한 Event Process 모델링
머신러닝 TensorFlow.js,
Ajax 활용, prototype.js 완전분석  
9권 중에서 8권은 국내 최초 저자입니다.
특히, "머신러닝 TensorFlow.js JavaScript"는 출판하는 시점에 amazon.com에 관련된 책이 없었습니다.

 

 

커리큘럼

전체

80개 ∙ (9시간 29분)

해당 강의에서 제공:

수업자료
강의 게시일: 
마지막 업데이트일: 

수강평

전체

32개

4.8

32개의 수강평

  • sangheon님의 프로필 이미지
    sangheon

    수강평 8

    평균 평점 5.0

    5

    96% 수강 후 작성

    I am a junior developer currently working as a front-end developer. I thought I knew it well, but after watching this lecture, I found myself knowing it here and there. Now, I will write my course review. I am writing this review after listening to all four lectures, from the JavaScript beginner course to the ES6 advanced course. I think the best course review is when you can write things that you couldn't write because you had vague knowledge. For example, by knowing the argument value that will receive the parameter value as this after the map, forEach, and filter functions, I was able to finish the time complexity of (n2) by repeating the loop twice, and as the concept of call, apply, and bind became clearer, I was always confused about this, but when I was confused, I could directly bind this when calling the function and handle it. And as for the concept of scope, while listening to the in-depth course, I found it step by step, and if it is not there, I look for __proto__, and if it is not there, I look for __proto__ in the lower part, etc. I don't know if this expression is right, but I was really blessed while listening to Youngbo's lecture... And last night, while implementing csr directly in vanilla, I felt the fun of learning about things that I would not have even known the principles of in the front-end framework, such as inheriting built-in objects for class events and processing them. Certainly, even people in the team said that my code has suddenly become surprisingly clean. They told me stories. For those of you who are considering taking the course, this is a course that you will not regret spending money on. Especially for those of you who want to know and use it for sure, whether you use the functions you used every day or not, you will feel that there are many more convenient, better, and more efficient built-in functions. Don't hesitate, I recommend that you purchase all of Youngbo's lecture series and listen to them all. You will feel that the quality of your code will change and your way of thinking will change. I guarantee it.

    • tonextday
      지식공유자

      Thank you. I support you.

  • leejs님의 프로필 이미지
    leejs

    수강평 17

    평균 평점 5.0

    5

    100% 수강 후 작성

    It helped me a lot to grasp the basic concepts of JavaScript. Thank you.

  • jjojjo1419959104님의 프로필 이미지
    jjojjo1419959104

    수강평 27

    평균 평점 5.0

    5

    100% 수강 후 작성

    I think this is the best course to learn JavaScript!

  • hyungjulee님의 프로필 이미지
    hyungjulee

    수강평 33

    평균 평점 5.0

    5

    100% 수강 후 작성

    Thank you for such a great lecture. I took all 4 lectures from ES5 Beginner to ES6 Advanced. Thanks to you, I was able to scratch the parts of JavaScript that I found itchy. Thanks to the teacher's lecture, I was able to get closer to JavaScript. Thank you so much for the great lecture. ( _ _ )

    • tonextday
      지식공유자

      Congratulations on completing the semifinals. Seeing the entire forest will be a great asset. Thank you.

  • mirrorlaw0346님의 프로필 이미지
    mirrorlaw0346

    수강평 49

    평균 평점 4.9

    5

    100% 수강 후 작성

    Very good

2025 블랙 프라이데이 깜짝 연장 할인 중 (17:46:49 남음)

₩33

23%

₩55,000

김영보님의 다른 강의

지식공유자님의 다른 강의를 만나보세요!

비슷한 강의

같은 분야의 다른 강의를 만나보세요!