
學英文的Youtube頻道
Anglophenia 英國腔很好聽 English with Lucy 推,英文標準而且講得速度應該算慢的。 Vanessa Van Edwards 各種主題 Learn ENGLISH with SPEECHES (English Subtitles) – YouTube...

Anglophenia 英國腔很好聽 English with Lucy 推,英文標準而且講得速度應該算慢的。 Vanessa Van Edwards 各種主題 Learn ENGLISH with SPEECHES (English Subtitles) – YouTube...

The Net Ninja 還不錯,教程都還蠻新的,還有一個還沒播完的剛好是我很有興趣的(React, Redux & Firebase App Tutorial #1 – Introduction)不過就是腔調上有點聽不太慣。 有React、Vue、Node.js、REST API 、...
閉包的解釋: 1. 外面讀不到裡面,裡面讀得到外面 2. 每個函式可以有自己的私有變數,跟其它的函式名子可以一樣(會有容易搞混的缺點 3. 閉包:它本來抓得到什麼值,就能抓到什麼值,不論它是在哪裡執行的(可能return 給外層的函式了) 參考文章: A Simple Explanation of ...
一个好的编辑器,一定需要有代码补全(code completion)的功能,所以我最推薦的還是WebStorm code completion...
這是ES6版的 const numbers = [10, 20, 30, 40] // sums to 100 // function for adding two numbers. Easy! const add = (a, b) => a + b // use reduce to sum our...
需要把畫面放大就按【ctrl + 】 在react裡面沒有emmet (例如打p.lunacute 按tab會自動產生)的話把 .js 改成 .jsx Ctrl + P 可喚出任意門,輸入檔名到達想到達的檔案。(範圍會限制當前專案資料夾,很方便) stop multi cursor editing ...