fileunderstand-ja-x-vasc-x-r-16iXd

understand javascript
  • MP401 Getting Started\\/001 Introduction and The Goal of This Course.mp414.62MB
  • MP401 Getting Started\\/002 Setup.mp48.83MB
  • MP401 Getting Started\\/003 Big Words and ja<x>vasc<x>ript.mp43.54MB
  • MP401 Getting Started\\/004 Understanding fr<x>ameworks and The Weird Parts.mp48.44MB
  • MP402 Execution Contexts and Lexical Environments\\/001 Conceptual Aside Syntax Parsers Execution Contexts and Lexical Environments.mp416.79MB
  • MP402 Execution Contexts and Lexical Environments\\/002 Conceptual Aside NameValue Pairs and ob<x>jects.mp46.96MB
  • MP402 Execution Contexts and Lexical Environments\\/003 The Global Environment and The Global ob<x>ject.mp419.35MB
  • MP402 Execution Contexts and Lexical Environments\\/004 The Execution Context - Creation and Hoisting.mp420.57MB
  • MP402 Execution Contexts and Lexical Environments\\/005 Conceptual Aside ja<x>vasc<x>ript and undefined.mp414.09MB
  • MP402 Execution Contexts and Lexical Environments\\/006 The Execution Context - Code Execution.mp46.32MB
  • MP402 Execution Contexts and Lexical Environments\\/007 Conceptual Aside Single Threaded Synchronous Execution.mp45.78MB
  • MP402 Execution Contexts and Lexical Environments\\/008 Function Invocation and the Execution Stack.mp412.44MB
  • MP402 Execution Contexts and Lexical Environments\\/009 Functions Context and Variable Environments.mp413.03MB
  • MP402 Execution Contexts and Lexical Environments\\/010 The Scope Chain.mp425.73MB
  • MP402 Execution Contexts and Lexical Environments\\/011 Scope ES6 and let.mp46.03MB
  • MP402 Execution Contexts and Lexical Environments\\/012 What About Asynchronous Callbacks.mp421.15MB
  • MP403 Types and Operators\\/001 Conceptual Aside Types and ja<x>vasc<x>ript.mp46.62MB
  • MP403 Types and Operators\\/002 Primitive Types.mp48.87MB
  • MP403 Types and Operators\\/003 Conceptual Aside Operators.mp49.94MB
  • MP403 Types and Operators\\/004 Operator Precedence and Associativity.mp431.78MB
  • MP403 Types and Operators\\/005 Conceptual Aside Coercion.mp49.64MB
  • MP403 Types and Operators\\/006 Comparison Operators.mp435.57MB
  • MP403 Types and Operators\\/007 Existence and Booleans.mp411.48MB
  • MP403 Types and Operators\\/008 Default Values.mp411.91MB
  • MP403 Types and Operators\\/009 fr<x>amework Aside Default Values.mp49.42MB
  • MP404 ob<x>jects and Functions\\/001 ob<x>jects and the Dot.mp427.36MB
  • MP404 ob<x>jects and Functions\\/002 ob<x>jects and ob<x>ject Literals.mp416.32MB
  • MP404 ob<x>jects and Functions\\/003 fr<x>amework Aside Faking Namespaces.mp414.93MB
  • MP404 ob<x>jects and Functions\\/004 JSON and ob<x>ject Literals.mp411.87MB
  • MP404 ob<x>jects and Functions\\/005 Functions are ob<x>jects.mp415.64MB
  • MP404 ob<x>jects and Functions\\/006 Function Statements and Function ex<x>pressions.mp438.51MB
  • MP404 ob<x>jects and Functions\\/007 Conceptual Aside By Value vs By Reference.mp427.99MB
  • MP404 ob<x>jects and Functions\\/008 ob<x>jects Functions and this.mp464.61MB
  • MP404 ob<x>jects and Functions\\/009 Conceptual Aside Arrays - Collections of Anything.mp48.44MB
  • MP404 ob<x>jects and Functions\\/010 arguments and spread.mp426.84MB
  • MP404 ob<x>jects and Functions\\/011 fr<x>amework Aside Function Overloading.mp49.30MB
  • MP404 ob<x>jects and Functions\\/012 Conceptual Aside Syntax Parsers.mp43.32MB
  • MP404 ob<x>jects and Functions\\/013 Dangerous Aside Autotic Semicolon Insertion.mp47.74MB
  • MP404 ob<x>jects and Functions\\/014 fr<x>amework Aside Whitespace.mp49.37MB
  • MP404 ob<x>jects and Functions\\/015 Immediately Invoked Functions ex<x>pressions IIFEs.mp427.73MB
  • MP404 ob<x>jects and Functions\\/016 fr<x>amework Aside IIFEs and Safe Code.mp413.91MB
  • MP404 ob<x>jects and Functions\\/017 Understanding Closures.mp415.78MB
  • MP404 ob<x>jects and Functions\\/018 Understanding Closures - Part 2.mp429.25MB
  • MP404 ob<x>jects and Functions\\/019 fr<x>amework Aside Function Factories.mp424.25MB
  • MP404 ob<x>jects and Functions\\/020 Closures and Callbacks.mp415.81MB
  • MP404 ob<x>jects and Functions\\/021 call apply and bind.mp444.36MB
  • MP404 ob<x>jects and Functions\\/022 Functional Programming.mp435.51MB
  • MP404 ob<x>jects and Functions\\/023 Functional Programming - Part 2.mp425.74MB
  • MP405 ob<x>ject-Oriented ja<x>vasc<x>ript and Prototypal Inheritance\\/001 Conceptual Aside Classical vs Prototypal Inheritance.mp411.43MB
  • MP405 ob<x>ject-Oriented ja<x>vasc<x>ript and Prototypal Inheritance\\/002 Understanding the Prototype.mp421.11MB
  • MP405 ob<x>ject-Oriented ja<x>vasc<x>ript and Prototypal Inheritance\\/003 Everything is an ob<x>ject or a primitive.mp48.05MB
  • MP405 ob<x>ject-Oriented ja<x>vasc<x>ript and Prototypal Inheritance\\/004 Reflection and Extend.mp433.17MB
  • MP406 Building ob<x>jects\\/001 Function Constructors new and the History of ja<x>vasc<x>ript.mp427.02MB
  • MP406 Building ob<x>jects\\/002 Function Constructors and .prototype.mp421.42MB
  • MP406 Building ob<x>jects\\/003 Dangerous Aside new and functions.mp410.60MB
  • MP406 Building ob<x>jects\\/004 Conceptual Aside Built-In Function Constructors.mp416.72MB
  • MP406 Building ob<x>jects\\/005 Dangerous Aside Built-In Function Constructors.mp410.48MB
  • MP406 Building ob<x>jects\\/006 Dangerous Aside Arrays and for..in.mp46.35MB
  • MP406 Building ob<x>jects\\/007 ob<x>ject.create and Pure Prototypal Inheritance.mp423.15MB
  • MP406 Building ob<x>jects\\/008 ES6 and Classes.mp410.87MB
  • MP407 Odds and Ends\\/001 Initialization.mp49.89MB
  • MP407 Odds and Ends\\/002 typeof instanceof and Figuring Out What Something Is.mp415.93MB
  • MP407 Odds and Ends\\/003 Strict Mode.mp410.56MB
  • MP408 Examining Famous fr<x>ameworks and Libraries\\/001 Learning From Others Good Code.mp418.69MB
  • MP408 Examining Famous fr<x>ameworks and Libraries\\/002 Deep Dive into Source Code jQuery - Part 1.mp458.55MB
  • MP408 Examining Famous fr<x>ameworks and Libraries\\/003 Deep Dive into Source Code jQuery - Part 2.mp454.97MB
  • MP408 Examining Famous fr<x>ameworks and Libraries\\/004 Deep Dive into Source Code jQuery - Part 3.mp435.21MB
  • MP409 Lets Build a fr<x>amework Library\\/001 Requirements.mp44.13MB
  • MP409 Lets Build a fr<x>amework Library\\/002 Structuring Safe Code.mp43.63MB
  • MP409 Lets Build a fr<x>amework Library\\/003 Our ob<x>ject and Its Prototype.mp416.61MB
  • MP409 Lets Build a fr<x>amework Library\\/004 Properties and Chainable Methods.mp441.25MB
  • MP409 Lets Build a fr<x>amework Library\\/005 Adding jQuery Support.mp413.16MB
  • MP409 Lets Build a fr<x>amework Library\\/006 Good Commenting.mp47.25MB
  • MP409 Lets Build a fr<x>amework Library\\/007 Lets Use Our fr<x>amework.mp416.40MB
  • MP409 Lets Build a fr<x>amework Library\\/008 A Side Note.mp41.85MB
  • MP410 BONUS Lectures\\/001 Typesc<x>ript ES6 and Transpiled Languages.mp412.67MB
  • MP411 BONUS Getting Ready for ECsc<x>ript 6\\/001 Existing and Upcoming Features.mp43.55MB
  • MP412 Conclusion\\/001 Learning to Love the Weird Parts.mp43.55MB
Latest Search: 1.MXSPS-254   2.GXXD-07   3.ID-19015   4.BLUE-07   5.EXE-032   6.OKAD-445   7.ARM-266   8.JUC-047   9.SBB-148   10.RKI-180   11.AJBD-0003   12.HODV-20811   13.JUSD-453   14.BJOS-007   15.DKSW-279   16.ESR-001   17.ONSD-564   18.RKI-239   19.MIBD-657   20.PBD-160   21.PMS-188   22.DVDPS-240   23.ID-12073   24.CCDV-1115   25.DTD-005   26.HODV-30002   27.KIBD-091   28.DJSR-019   29.EVIS-024   30.IDBD-345   31.MKCK-035   32.BOMN-059   33.OBSE-004   34.DOKS-046   35.DANDY-149   36.IESP-522   37.DVH-547   38.HHK-092   39.DMBK-003   40.BF-214   41.MMT-012   42.ARM-0250   43.RBD-347   44.ZEX-105   45.LJD-08   46.JUSD-484   47.JUX-053   48.KDSG-005   49.CETD-067   50.SEED-58   51.DVDPS-262   52.CAOS-043   53.DJNE-107   54.SPA-005   55.AZSD-054   56.TEZ-179   57.LDTD-001   58.BOIN-105   59.AECB-109   60.ALX-541   61.DVH-439   62.EDGD-182   63.UD-486R   64.DDKS-066   65.BJUK-003   66.NADE-803   67.APD-139   68.RBC-051   69.DKB-015   70.PFCK-004   71.058   72.283   73.070   74.191   75.050   76.245   77.143   78.056   79.171   80.629   81.234   82.532   83.012   84.085   85.032   86.112   87.08   88.011   89.09   90.495   91.009   92.250   93.070   94.037   95.016   96.430   97.570   98.476   99.502   100.135   101.01   102.008   103.628   104.345   105.392   106.956   107.140   108.049   109.069   110.045   111.104   112.30   113.047   114.149   115.04   116.249   117.845   118.002   119.809   120.66   121.927   122.132   123.005   124.028   125.017   126.007   127.24   128.536   129.098   130.005   131.034   132.459R   133.005   134.269   135.034   136.082   137.018   138.013   139.2607   140.304