Web開發學習筆記

本篇為自己學習”The Web Developer Bootcamp 2020“線上課程後,額外找資料學習、釐清觀念而寫成的筆記。


Web開發學習筆記01—Primitive type v.s. Object type


Web開發學習筆記02 — 等號比較運算子(Equality operators) “==” vs. “===”


Web開發學習筆記03—Logical operators & Truthy、Falsy


Web開發學習筆記04—條件運算式(Conditional Statements)


Web開發學習筆記05 — for Loop、while Loop & 遍歷陣列、物件


Web開發學習筆記06 — Function Scope vs. Block Scope、IIFE


Web開發學習筆記07 — bind、call、apply


Web開發學習筆記08 — prototype、__proto__、constructor、Prototype Chain(原型鏈)


Web開發學習筆記09 — 陣列操作方法(Array Methods)& 箭頭函式(Array Function)


Web開發學習筆記10 — 預設參數、Spread Operator、Rest Operator、解構賦值、陣列方法的練習筆記


Web開發學習筆記11 — DOM、Attribute與Property的差異


Web開發學習筆記12 — 如何用JavaScript設置CSS樣式?、document.style與window.getComputedStyle()的差異


Web開發學習筆記13 — DOM節點操作屬性與方法


Web開發學習筆記14 — DOM事件、Event Delegation


Web開發學習筆記15 — 呼叫堆疊、同步與非同步、Promise、Async/Await、Conditional ternary operator


Web開發學習筆記15 — AJAX、API、JSON、Axios


Web開發學習筆記16 — OOP(Object Oriented Programming)、Constructor Function、Class


Web開發學習筆記17 — Terminal、Shell指令


Web開發學習筆記18 — 開始使用Node.js、npm


Web開發學習筆記19 — Git