강의

멘토링

로드맵

Inflearn brand logo image
BEST
Programming

/

Programming Language

Advanced Modern JavaScript (ES6+)

This is the last lecture of the JavaScript Bible course consisting of 4 lectures. It covers more than 95% of the JavaScript specification. In particular, it approaches the concept of creating a framework by dividing the entire asynchronous communication and asynchronous process into 11 steps.

(4.8) 32 reviews

1,333 learners

  • tonextday
JavaScript
ES6

Reviews from Early Learners

What you will learn!

  • Advanced linguistic use of JavaScript

  • Asynchronous communication and asynchronous processes in general

The final installment of the JavaScript course!
You can learn and organize everything without missing anything.

The Complete Edition of Advanced JavaScript Courses
Try putting a period in JavaScript.

This is the final lecture in the four-course JavaScript Bible course.
Covers over 95% of the JavaScript spec.
It's wide, deep, and detailed.
Beginners can learn everything without missing anything, and experienced people can organize everything.
You can put a period at the end of a JavaScript statement.
ES6+ ranges from ES2015 to ES2019.

The entire Bible course is one scenario.
In other words, you have what you need to know, what order you need to know it, and no overlapping content. Just follow the course. You won't waste time and money on duplication. You can complete it with just one Bible course.

We approach the concept of building a framework that encompasses asynchronous communication and asynchronous processes.
We'll break it down into 11 steps and implement it step-by-step in code. For this, we'll cover Web Workers, Ajax, XMLHttpRequest, and Fetch, although they're outside the scope of the JavaScript specification.
You can organize the entire asynchronous communication and asynchronous processing.


🗒 Download the source code

▲ Click the 'Course Materials' button or cloud icon

You can download the source code for the course in "Section 5, Lesson 1".


Related lectures

Go to the JavaScript Roadmap (40% off)

Recommended for
these people

Who is this course right for?

  • Developers who want to understand the ES6+ environment broadly and deeply

  • Developers who want to develop in an asynchronous communication and asynchronous process environment.

  • Developers who understand ES6+ but want to organize it thoroughly

Need to know before starting?

  • What is covered in the "JavaScript ES6+ Fundamentals" course is not covered in this course. You can take this course without taking "ES6+ Fundamentals", but you may find some parts of it difficult to understand.

  • It uses Node.js, but you don't have to know it, and it provides the code needed to run Node.js.

Hello
This is

9,632

Learners

393

Reviews

337

Answers

4.8

Rating

12

Courses

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

메일: tonextday@gmail.com

동영상: 12개
Rust 비기너 강좌 제작중, 2025.09 오픈 예정

클린업 자바스크립트: 점프업
클린업 자바스크립트: 베이스 빌드업
자바스크립트 비기너, 자바스크립트 중고급
모던 자바스크립트(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에 관련된 책이 없었습니다.

 

 

Curriculum

All

80 lectures ∙ (9hr 29min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

32 reviews

4.8

32 reviews

  • 김상헌님의 프로필 이미지
    김상헌

    Reviews 8

    Average Rating 5.0

    5

    96% enrolled

    현재 프론트엔드 개발자로 일하고 있는 주니어 개발자입니다. 나름 잘 안다고 생각하였으나, 이 강의를 보고 띄엄띄엄 알고 있었다는 제 자신을 발견하게 되었습니다 이제 저의 수강 후기를 작성 드리겠습니다. 저는 자바스크립트 비기너 강의부터 es6심화 강의까지 4가지의 강의를 다 듣고 적는 후기입니다. 확실히 애매하게 알고있어서 못써왔던것들을 쓸수있게되는게 정말 최고의 수강후기가 아닐까 싶습니다. 예를들어 map, forEach, filter 함수를 뒤에 매개변수값을 추가로 this로 받을 인자값을 앎으로써 굳이 2중으로 반복문을 돌려 시간복잡도를 (n2)로 했던걸 (n)으로 끝낼 수 있었던점, 그리고 call,apply, bind개념이 명확해지면서, this를 매번 헷갈렸는데 헷갈릴때 해당 함수 호출시에 직접적으로 this 바인딩 시켜서 처리할 수 있는점 그리고 스코프에 대한 개념에 대해서는 심화과정을 들으면서 단계적으로 찾아나가고 가장 상위에 있는 것에서 찾고 없으면 __proto__그리고 또 없다면 하위에 __proto__를 찾는다는점 등등 저는 진짜 이번에 영보쌤거 강의들으면서 정말 이런말 표현이 맞을지 모르겠으나 정말 은혜받았습니다... 그리고 어제 밤에 csr을 직접 바닐라로 구현해보면서 class 이벤트에 built-in 오브젝트를 상속해서 처리하는것에 대해서 프론트엔드 프레임워크에서 props개념도 이와 비슷하게 동작하겠구나 하는 것에 대해서도 정말 쌤이 없었다면 원리조차 모를뻔한 것들에 대해서 알아가는 재미를 느꼈습니다 확실히 팀내에서도 저한테 요즘 갑자기 코드가 신기하게 깔끔해졌다고 이야기들 해주더라구요 수강을 고민하시는 분들 정말 돈이 아깝지 않은 강의입니다. 특히 확실하게 알고 사용하고 싶으신 분들, 매일 쓰던것만 쓰던 함수를 쓰던 자신에서, 더 편리하고, 더 좋은 그리고 더 효율적인 내장함수들이 많다는것들을 느끼실겁니다. 고민하지말고, 영보쌤 강의 시리즈 모두 구입하셔서 다들어보시길 권장드립니다. 코드의 질이 달라지며, 생각하는 사고가 달라지는것을 느낄것입니다. 제가 보증 하겠습니다

    • 김영보
      Instructor

      감사합니다. 응원합니다.

  • devMiddleStone님의 프로필 이미지
    devMiddleStone

    Reviews 17

    Average Rating 5.0

    5

    100% enrolled

    자바스크립트 기초 개념을 잡는데 많은 도움이 되었습니다. 감사합니다.

    • 김영보
      Instructor

      감사합니다. 꾸벅^^

  • 찡태님의 프로필 이미지
    찡태

    Reviews 27

    Average Rating 5.0

    5

    100% enrolled

    자바스크립트를 배울 수 있는 최고의 강의라고 생각합니다!

  • beegizee1220님의 프로필 이미지
    beegizee1220

    Reviews 33

    Average Rating 5.0

    5

    100% enrolled

    너무나 좋은강의 감사합니다. ES5 비기너부터 ES6 심화까지 총 4강좌를 다 수강하였습니다. 덕분에 자바스크립트에서 간지러웠던 부분들에 대해 시원하게 긁을 수 있었습니다. 선생님 강의 덕에 자바스크립트와 한층 더 가까워질 수 있었습니다. 좋은 강의 정말 감사드립니다. ( _ _ )

    • 김영보
      Instructor

      4강 완주를 축하합니다. 전체 숲을 본 것은 큰 자산이 될 것입니다. 감사합니다.

  • 법경님의 프로필 이미지
    법경

    Reviews 49

    Average Rating 4.9

    5

    100% enrolled

    아주 좋아요

$42.90

tonextday's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!