Javascript - arthur791004/notes GitHub Wiki

標準內建物件

  • Array、 Boolean、 Date、 Error、 Function、 JSON、 Math、 Number、 Object、 RegExp、 String、 Map、 Set、 WeakMap、 WeakSet

表式法與運算子

  • instanceof、 typeof、 new、 this、運算子優先序

敘述和宣告

  • do-while、for-in、 for-of、 try-catch、let、 var、 const、 if-else、 switch

比較

  • 嚴謹的相等用 ===,寬鬆的相等用 ==,以及 Object.is()

繼承與原型鍊

嚴謹模式

記憶體管理

native

scope

closure

this

prototype

inherit / extend

Promise

async & await

Regular Expression

lookahead/lookbehind

Polyfill

Error handling

Log

Others

Date format

Reference