aszx87410 / frontend-intermediate-course

It's a free online course about some frontend tech including Ajax, CORS, gulp, webpack and so on.
266 stars 88 forks source link

[作業] 繳交 hw6 #94

Closed fuchiao closed 7 years ago

fuchiao commented 7 years ago

slack 帳號

zack

哪一個作業

  1. 返璞歸真:vanilla js

作業 Github 連結

https://github.com/zack1030/frontend-intermediate-course/tree/master/answers/hw6

作業 Github Page 連結

https://zack1030.github.io/frontend-intermediate-course/answers/hw6/

其他補充說明

aszx87410 commented 7 years ago

ok ,都不錯 但建議在load_streams_info裡面不要直接用外面的那個already_load全域變數 這樣你這個 function 不能重複利用,可以改成用傳參數的方式傳進去

fuchiao commented 7 years ago

@aszx87410 如果改用 closure 會比較好嗎?