Skip to content

Milestones

List view

  • This sections comprehends: ├── 1-xmlhttprequest │   ├── article.md │   ├── hello.txt │   ├── phones-async.view │   ├── phones.json │   ├── phones.view │   └── readystate.view └── index.md

    Overdue by 6 year(s)
    Due by July 7, 2019
  • This sections comprehends the next files : ├── 01-callbacks │   ├── 01-animate-circle-callback │   ├── article.md │   ├── callback-hell.png │   ├── [email protected] │   └── one.js ├── 02-promise-basics │   ├── 01-re-resolve │   ├── 02-delay-promise │   ├── 03-animate-circle-promise │   ├── article.md │   ├── head.html │   ├── promise-init.png │   ├── [email protected] │   ├── promise-reject-1.png │   ├── [email protected] │   ├── promise-resolve-1.png │   ├── [email protected] │   ├── promise-resolve-reject.png │   └── [email protected] ├── 03-promise-chaining │   ├── 01-then-vs-catch │   ├── 02-error-async │   ├── article.md │   ├── getMessage.js │   ├── head.html │   ├── one.js │   ├── promise-handler-variants-2.png │   ├── [email protected] │   ├── promise-handler-variants.png │   ├── [email protected] │   ├── promise-then-chain.png │   ├── [email protected] │   ├── promise-then-many.png │   ├── [email protected] │   ├── three.js │   ├── two.js │   └── user.json ├── 04-promise-api │   ├── 01-promise-errors-as-results │   ├── 02-promise-errors-as-results-2 │   ├── article.md │   ├── head.html │   ├── iliakan.json │   ├── one.js │   └── two.js ├── 05-async-await │   ├── 01-rewrite-async │   ├── 01-rewrite-async-2 │   ├── article.md │   └── head.html └── index.md

    Overdue by 6 year(s)
    Due by June 7, 2019
    6/6 issues closed
  • . ├── 01-regexp-introduction │   └── article.md ├── 02-regexp-methods │   └── article.md ├── 03-regexp-character-classes │   ├── 1-find-time-hh-mm │   ├── article.md │   ├── hello-java-boundaries.png │   ├── [email protected] │   ├── love-html5-classes.png │   └── [email protected] ├── 04-regexp-escaping │   └── article.md ├── 05-regexp-character-sets-and-ranges │   ├── 1-find-range-1 │   ├── 2-find-time-2-formats │   └── article.md ├── 06-regexp-unicode │   └── article.md ├── 07-regexp-quantifiers │   ├── 1-find-text-manydots │   ├── 2-find-html-colors-6hex │   └── article.md ├── 08-regexp-greedy-and-lazy │   ├── 1-lazy-greedy │   ├── 3-find-html-comments │   ├── 4-find-html-tags-greedy-lazy │   ├── article.md │   ├── witch_greedy1.png │   ├── [email protected] │   ├── witch_greedy2.png │   ├── [email protected] │   ├── witch_greedy3.png │   ├── [email protected] │   ├── witch_greedy4.png │   ├── [email protected] │   ├── witch_greedy5.png │   ├── [email protected] │   ├── witch_greedy6.png │   ├── [email protected] │   ├── witch_lazy3.png │   ├── [email protected] │   ├── witch_lazy4.png │   ├── [email protected] │   ├── witch_lazy5.png │   ├── [email protected] │   ├── witch_lazy6.png │   └── [email protected] ├── 09-regexp-groups │   ├── 1-find-webcolor-3-or-6 │   ├── 3-find-decimal-positive-numbers │   ├── 4-find-decimal-numbers │   ├── 5-parse-expression │   ├── article.md │   ├── regexp-nested-groups.png │   └── [email protected] ├── 10-regexp-backreferences │   └── article.md ├── 11-regexp-alternation │   ├── 01-find-programming-language │   ├── 02-find-matching-bbtags │   ├── 03-match-quoted-string │   ├── 04-match-exact-tag │   └── article.md ├── 12-regexp-anchors │   ├── 1-start-end │   ├── 2-test-mac │   └── article.md ├── 13-regexp-multiline-mode │   └── article.md ├── 14-regexp-lookahead │   └── article.md ├── 15-regexp-infinite-backtracking-problem │   └── article.md └── index.md

    Overdue by 6 year(s)
    Due by July 10, 2019
  • This section comprehends the next files in 4-frames-and-windos ├── 01-popup-windows │   └── article.md ├── 03-cross-window-communication │   ├── article.md │   ├── postmessage.view │   └── sandbox.view ├── 06-clickjacking │   ├── article.md │   ├── clickjacking-visible.view │   ├── clickjacking.view │   ├── protector.view │   └── top-location.view └── index.md

    Overdue by 6 year(s)
    Due by June 10, 2019
  • This section comprehends the next files of 3-animation ├── 1-bezier-curve │   ├── article.md │   ├── bezier-car.png │   ├── [email protected] │   ├── bezier-letter.png │   ├── [email protected] │   ├── bezier-vase.png │   ├── [email protected] │   ├── bezier2.png │   ├── [email protected] │   ├── bezier3-draw1.png │   ├── [email protected] │   ├── bezier3-draw2.png │   ├── [email protected] │   ├── bezier3-e.png │   ├── [email protected] │   ├── bezier3.png │   ├── [email protected] │   ├── bezier4-e.png │   ├── [email protected] │   ├── bezier4.png │   ├── [email protected] │   ├── demo.svg │   ├── pause.png │   └── play.png ├── 2-css-animations │   ├── 1-animate-logo-css │   ├── 2-animate-logo-bezier-css │   ├── 3-animate-circle │   ├── article.md │   ├── bezier-linear.png │   ├── [email protected] │   ├── bezier-train-over.png │   ├── [email protected] │   ├── boat.view │   ├── digits-negative-delay.view │   ├── digits.view │   ├── ease-in-out.png │   ├── [email protected] │   ├── ease-in.png │   ├── [email protected] │   ├── ease-out.png │   ├── [email protected] │   ├── ease.png │   ├── [email protected] │   ├── step-end.view │   ├── step-list.view │   ├── step.view │   ├── train-curve.png │   ├── [email protected] │   ├── train-linear.view │   ├── train-over.view │   └── train.view ├── 3-js-animation │   ├── 1-animate-ball │   ├── 2-animate-ball-hops │   ├── article.md │   ├── back.png │   ├── back.view │   ├── [email protected] │   ├── bezier-linear.png │   ├── [email protected] │   ├── bounce-easeinout.view │   ├── bounce-easeout.view │   ├── bounce-inout.png │   ├── [email protected] │   ├── bounce.view │   ├── circ-ease.png │   ├── [email protected] │   ├── circ.png │   ├── circ.view │   ├── [email protected] │   ├── elastic.png │   ├── elastic.view │   ├── [email protected] │   ├── linear.png │   ├── [email protected] │   ├── move-raf.view │   ├── move.view │   ├── quad.png │   ├── quad.view │   ├── [email protected] │   ├── quint.png │   ├── quint.view │   ├── [email protected] │   ├── text.view │   └── width.view └── index.md

    Overdue by 6 year(s)
    Due by May 30, 2019
  • This section comprehends the next files in section 2-ui: ├── 1-document │   ├── 01-browser-environment │   ├── 02-dom-nodes │   ├── 03-dom-navigation │   ├── 04-searching-elements-dom │   ├── 05-basic-dom-node-properties │   ├── 06-dom-attributes-and-properties │   ├── 07-modifying-document │   ├── 08-styles-and-classes │   ├── 09-size-and-scroll │   ├── 10-size-and-scroll-window │   ├── 11-coordinates │   └── index.md ├── 2-events │   ├── 01-introduction-browser-events │   ├── 02-bubbling-and-capturing │   ├── 03-event-delegation │   ├── 04-default-browser-action │   ├── 05-dispatch-events │   └── index.md ├── 3-event-details │   ├── 1-mouse-events-basics │   ├── 10-onload-ondomcontentloaded │   ├── 11-onload-onerror │   ├── 3-mousemove-mouseover-mouseout-mouseenter-mouseleave │   ├── 4-mouse-drag-and-drop │   ├── 5-keyboard-events │   ├── 8-onscroll │   └── index.md ├── 4-forms-controls │   ├── 1-form-elements │   ├── 2-focus-blur │   ├── 3-events-change-input │   ├── 4-forms-submit │   └── index.md └── index.md

    Overdue by 5 year(s)
    Due by August 15, 2019
    1/1 issues closed
  • This milestone comprehends from the next files: ├── 01-getting-started │   ├── 1-intro │   ├── 2-code-editors │   ├── 3-devtools │   └── index.md ├── 02-first-steps │   ├── 01-hello-world │   ├── 02-structure │   ├── 03-strict-mode │   ├── 04-variables │   ├── 05-types │   ├── 06-type-conversions │   ├── 07-operators │   ├── 08-comparison │   ├── 09-alert-prompt-confirm │   ├── 10-ifelse │   ├── 11-logical-operators │   ├── 12-while-for │   ├── 13-switch │   ├── 14-function-basics │   ├── 15-function-expressions-arrows │   ├── 16-javascript-specials │   └── index.md ├── 03-code-quality │   ├── 01-debugging-chrome │   ├── 02-coding-style │   ├── 03-comments │   ├── 04-ninja-code │   ├── 05-testing-mocha │   ├── 06-polyfills │   └── index.md ├── 04-object-basics │   ├── 01-object │   ├── 02-garbage-collection │   ├── 03-symbol │   ├── 04-object-methods │   ├── 05-object-toprimitive │   ├── 06-constructor-new │   └── index.md ├── 05-data-types │   ├── 01-primitives-methods │   ├── 02-number │   ├── 03-string │   ├── 04-array │   ├── 05-array-methods │   ├── 06-iterable │   ├── 07-map-set-weakmap-weakset │   ├── 08-keys-values-entries │   ├── 09-destructuring-assignment │   ├── 10-date │   ├── 11-json │   └── index.md ├── 06-advanced-functions │   ├── 01-recursion │   ├── 02-rest-parameters-spread-operator │   ├── 03-closure │   ├── 04-var │   ├── 05-global-object │   ├── 06-function-object │   ├── 07-new-function │   ├── 08-settimeout-setinterval │   ├── 09-call-apply-decorators │   ├── 10-bind │   ├── 11-currying-partials │   ├── 12-arrow-functions │   └── index.md ├── 07-object-oriented-programming │   ├── 01-property-descriptors │   ├── 02-property-accessors │   ├── 03-prototype-inheritance │   ├── 04-function-prototype │   ├── 05-native-prototypes │   ├── 06-prototype-methods │   ├── 08-class-patterns │   ├── 09-class │   ├── 10-class-inheritance │   ├── 11-instanceof │   ├── 13-mixins │   └── index.md ├── 08-error-handling │   ├── 1-try-catch │   ├── 2-custom-errors │   └── index.md ├── index.md └── plan3.txt

    Overdue by 6 year(s)
    Due by April 29, 2019
    1/1 issues closed