評估條件的結果
真假值
比較運算
弱型別
一元運算子
嚴格等於
初始變數
break、continue、return
文件節點
單一選取
父層 : parentNode()
同層 : previousSibling() / nextSibling()
子層 : firstChild() / lastChild()
nodeValue
createElement() / createTextNode()
appendChild() / removeChild() / insertBefore()
document.write()
innerHTML
getAttribute()
setAttribute()
hasAttribute()
removeAttribute()
By Alex Chen