JavaScript– category –
-
JavaScript
JavaScript 可愛筆記 #0 – 兩個等於真的有那麼壞嗎?
在 JS 裡比較是否相等時,到底要用兩個等於 == 還是三個等於 === 呢?== 跟 === 到底差在哪?為什麼大家總是說盡量不要用 == 呢? 最近剛好被學弟問到相關的問題,雖然知道 == 背後再做什麼,但又覺得 JS spec 上寫得好長好難記,也就勸了學弟不用真的去記... -
JavaScript
Mac 也能當 LINE Beacon!
現在 Mac 和 Rasberry Pi 可以當簡單的 LINE Beacon 不過我只有 Mac,就介紹 Mac 吧~ LINE 也是滿妙的 只有日文的 LINE Engineering Blog 有介紹 ラズベリーパイでLINE Beaconが作成可能に!「LINE Simple Beacon」仕様を公開しました 所以來推廣一下吧 ... -
JavaScript
Installing vue-cli with Yarn
FYI, I'm only starting out too, this post just delivers the topic "Installing vue-cli with Yarn", and it's not working out of the box as of 2016-11-02. See issue. It will be fixed very soon. No comparisons, no introductions, and other bu...
1