강의

멘토링

커뮤니티

BEST
Programming

/

Programming Language

JavaScript Intermediate to Advanced: Engine Core

This is the second lecture of the JavaScript Bible course consisting of 4 lectures. By understanding the JavaScript engine, you can develop programs optimized for JavaScript. You can design systems with confidence.

(4.7) 104 reviews

1,712 learners

  • tonextday
JavaScript

Reviews from Early Learners

What you will learn!

  • You will learn the fundamental core of JavaScript.

  • You can write JavaScript code that is optimized for the engine.

  • You can design programs optimized for the JavaScript environment.

The complete version of JavaScript lectures!
You can learn and organize everything comprehensively without missing anything.

Coupon Discount: 35,000 KRW
Coupon Code:
https://inf.run/Am2sc

The ultimate advanced JavaScript course
Put a period on JavaScript.

This is the second course in the JavaScript Bible course series, which consists of 4 courses.
It covers more than 95% of the JavaScript specification.
It is broad, deep, and detailed.
Beginners can learn comprehensively without missing anything, while experienced developers can organize their overall knowledge.
Through the Bible course series, you can put the final period on your JavaScript learning journey.

The entire Bible course is one scenario.
In other words, it has what you need to learn and the order in which to learn it. Just follow the course.
The content does not overlap. You won't waste time and money due to duplication. You can finish it all with just one Bible course.


🗒 Course Introduction

You can understand JavaScript engine processing. Through this, you can develop programs optimized for the JavaScript engine. You can write program code completely. The structure of how code executes comes to mind.

The entire course is one scenario. As you follow the course, your skills naturally build up one by one. Your abilities are developed piece by piece, like putting together a puzzle.

I've packed in over 8 years of experience from intermediate to advanced JavaScript offline courses.


🗒 Top-level keywords for the course

  • Function Object (Creation Process, Structure, Internal Properties), Engine Interpretation Order and Method
  • Hoisting, Overloading, Scope (Static, Dynamic), Global Scope, Identifier Resolution
  • Execution Context, Lexical Environment Component, this Binding Component, Argument Processing Mechanism
  • Instance (creation stage, inheritance), constructor function, prototype (connection, inheritance, sharing, extension)
  • this and instances, this binding, recursive functions, immediately invoked function expressions, closure logic

강좌 소개


Related Courses

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

Recommended for
these people

Who is this course right for?

  • Anyone who wants to become an intermediate to advanced JavaScript developer

  • For those who want to fundamentally improve their JavaScript skills

  • Anyone who wants to develop optimized for the engine

  • For those who want to design something optimized for the JavaScript environment

Need to know before starting?

  • JavaScript Basic Grammar

Hello
This is

9,667

Learners

398

Reviews

337

Answers

4.8

Rating

12

Courses

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

메일: 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에 관련된 책이 없었습니다.

 

 

Curriculum

All

50 lectures ∙ (5hr 2min)

Published: 
Last updated: 

Reviews

All

104 reviews

4.7

104 reviews

  • 초지일코님의 프로필 이미지
    초지일코

    Reviews 3

    Average Rating 5.0

    5

    14% enrolled

    혼자만 보고 싶은 강의~ 책과 오프라인에서 이미 경험한 터라 믿고 보는 김영보님의 강의입니다. 어디서도 이렇게 깊이감 있는 내용은 찾아볼 수가 없습니다. 수박 겉핥기 하는 강의가 아닙니다. JavaScript를 제대로 배우실 분들께 추천드립니다.

    • 김영보
      Instructor

      감사합니다^^

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

    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

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

  • Lee Joo Ho님의 프로필 이미지
    Lee Joo Ho

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    역쉬 자바스크립트의 내부 구조를 아주 잘 알고 계시는 고수의 내공이 느껴졌습니다. 다음 강좌도 너무 기대가 되네요! 감사합니다.

  • eunsol님의 프로필 이미지
    eunsol

    Reviews 1

    Average Rating 5.0

    5

    6% enrolled

    2일에 완강했네요. 다음 내용이 궁금해서 놓을 수가 없었구요. 기본이 약하다는 것을 느낀 것은 덤이네요. 좋은 강좌 고맙습니다.

    • 최범준님의 프로필 이미지
      최범준

      Reviews 11

      Average Rating 4.8

      5

      100% enrolled

      와 대박입니다.. 실무하면서 바쁘다는 핑계로 넘어갔던 부분과 의아했던 부분이 있었는데 이 강의에 다 모여있내요. 특히 함수부분과 실행콘텍스트부분이 정말 인상적이내요. 두번이상 복습했고, 이해 안되는 부분은 한번 더 수강할 예정입니다. 감사합니다.

      • 김영보
        Instructor

        대박, 축하합니다^^

    $42.90

    tonextday's other courses

    Check out other courses by the instructor!

    Similar courses

    Explore other courses in the same field!