강의

멘토링

로드맵

BEST
Programming

/

Programming Language

JavaScriptの中高級:エンジンコア

4つのコースで構成されたJavaScriptバイブルコースの2番目のコースです。 JavaScriptエンジンの理解により、JavaScriptに最適化されたプログラムを開発できます。自信を持ってシステムを設計できます。

  • tonextday
JavaScript

学習した受講者のレビュー

こんなことが学べます

  • JavaScriptの基本的な核心を知ります。

  • エンジンに最適化されたJavaScriptコードを書くことができます。

  • JavaScript環境に最適化されたプログラムを設計できます。

JavaScript講座の完結版!
全体を漏れなく学習し整理することができます。

クーポン割引:35,000円で
クーポン番号:
https://inf.run/Am2sc

高度化されたJavaScript講座の完結版
JavaScriptに終止符を打ってみましょう。

4つの講座で構成されたJavaScriptバイブル講座の2番目の講座です。
JavaScriptスペックの95%以上を扱います。
幅広く、深く、詳細です。
初心者は漏れなく学ぶことができ、経験者は全体を整理することができます。
バイブル講座を通してJavaScriptの完結を迎えることができます。

バイブル講座全体が一つのシナリオです。
つまり、学ぶべきことと学ぶ順序を持っています。講座についてきていただければ大丈夫です。
内容が重複しません。重複による時間とコストを無駄にしません。バイブル講座一つで完結できます。


🗒 講義紹介

JavaScriptエンジンの処理を理解することができます。これにより、JavaScriptエンジンに最適化されたプログラムを開発することができます。完全にプログラムコードを作成することができます。コードが実行される構造が連想されます。

講座全体が一つのシナリオです。講座に沿って進めば、自然に実力が一つずつ積み重なります。パズルを合わせるように、一つずつ実力が身につきます。

8年以上のJavaScript中上級オフライン講座の経験を込めました。


🗒 講座の上位レベルキーワード

  • Function オブジェクト(生成過程、構造、内部プロパティ)、エンジン解釈順序と方法
  • ホイスティング、オーバーロード、スコープ(静的、動的)、グローバルスコープ、識別子解決
  • 実行コンテキスト、レキシカル環境コンポーネント、thisバインディングコンポーネント、Argument処理メカニズム
  • インスタンス(生成段階、継承)、コンストラクタ関数、prototype(連結、継承、共有、拡張)
  • thisとインスタンス、thisバインディング、再帰関数、即座実行関数、クロージャロジック

강좌 소개


関連講義

JavaScriptロードマップはこちら (40% 割引)

こんな方に
おすすめです

学習対象は
誰でしょう?

  • JavaScriptの中級レベルの開発者になりたい方

  • JavaScriptの実力を根本的に固めたい人

  • エンジンに最適化された開発をしたい方

  • JavaScript環境に最適化された設計をしたい方

前提知識、
必要でしょうか?

  • JavaScriptの基本文法

こんにちは
です。

9,668

受講生

397

受講レビュー

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

 

 

カリキュラム

全体

50件 ∙ (5時間 2分)

講座掲載日: 
最終更新日: 

受講レビュー

全体

104件

4.7

104件の受講レビュー

  • chwldlfzh님의 프로필 이미지
    chwldlfzh

    受講レビュー 3

    平均評価 5.0

    5

    14% 受講後に作成

    A lecture that I want to watch alone~ This is a lecture by Kim Young-bo that I trust because I have already experienced it in books and offline. You can't find such in-depth content anywhere else. This is not a lecture that just skims the surface. I recommend it to those who want to learn JavaScript properly.

    • tonextday
      知識共有者

      Thank you^^

  • 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 about 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 thinking about 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, you will feel that there are many more convenient, better, and more efficient built-in functions than the ones you used every day. 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 am proud of it.

    • tonextday
      知識共有者

      Thank you. I support you.

  • ljhiyh9611님의 프로필 이미지
    ljhiyh9611

    受講レビュー 2

    平均評価 5.0

    5

    100% 受講後に作成

    I could feel the inner strength of an expert who knows the internal structure of JavaScript very well. I am looking forward to the next lecture! Thank you.

  • mkmyung4129님의 프로필 이미지
    mkmyung4129

    受講レビュー 1

    平均評価 5.0

    5

    6% 受講後に作成

    It was a complete success in 2 days. I couldn't put it down because I was curious about the next content. It was a bonus that I felt that the basics were weak. Thank you for the great lecture.

    • woor0191434님의 프로필 이미지
      woor0191434

      受講レビュー 11

      平均評価 4.8

      5

      100% 受講後に作成

      Wow, this is awesome. There were parts that I skipped over with excuses that I was busy while working and parts that I had doubts about, but they are all in this lecture. In particular, the function part and the execution context part are really impressive. I reviewed it more than twice, and I plan to take the lecture again for parts that I don't understand. Thank you.

      • tonextday
        知識共有者

        Awesome, congratulations^^

    ¥6,745

    tonextdayの他の講座

    知識共有者の他の講座を見てみましょう!

    似ている講座

    同じ分野の他の講座を見てみましょう!