Skip to content

Latest commit

 

History

History
61 lines (56 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

61 lines (56 loc) · 1.74 KB

Changelog

This file contains what changed in releases.

2024-02-08 Update

    new file:   javascript/web-component/Person2Component.js
    new file:   javascript/web-component/PersonComponent.js
    new file:   javascript/web-component/hello-world-component.js
    new file:   javascript/web-component/index.html
    new file:   slides/day-07.pptx
    new file:   typescript/index.ts
    new file:   typescript/package-lock.json
    new file:   typescript/package.json

2024-02-01 Upatae

    modified:   javascript/06a-this.js
    modified:   javascript/06c2-object-function-prototype.js
    modified:   javascript/08c-parameter-destructuring.js
    modified:   javascript/09a-template-literals.js
    modified:   javascript/10a-call-apply.js
    modified:   javascript/11e-async_closure.js
    modified:   javascript/12a-main.js
    new file:   javascript/13a-class.js
    new file:   slides/day-06.pptx

2024-01-30 Update

README.md (modified) CHANGELOG.md
diagrams/
javascript 00-comments.js 04h-arrow-function.js 05a-function-closure.js 05c-iife.js 06a-this.js 06b-object-function.js 06c1-object-function-property.js 06c2-object-function-prototype.js 06d-function-method-chaining.js 06e-default-function-params.js 07a-spread-operator.js 08a-object-destructuring.js 08b-array-destructuring.js 08c-parameter-destructuring.js 09a-template-literals.js 09b-tagged-templates.js 10a-call-apply.js 11-sync.js 11b-sync-blocking.js 11c-async.js 11d-async.js 11e-async_closure.js 12a-index.html 12a-main.js 12a-styles.css 12b-index.html 12b-main.js 12b-styles.css resources/ slides/