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 #102

Closed LeoWangJ closed 7 years ago

LeoWangJ commented 7 years ago

slack 帳號 leowang

哪一個作業 6.返璞歸真:vanilla js

作業 Github 連結 https://github.com/LeoWangJ/frontend-intermediate-course/tree/master/answers/hw6

作業 Github Page 連結 https://leowangj.github.io/frontend-intermediate-course/answers/hw6/index.html

其他補充說明

aszx87410 commented 7 years ago

都還 ok,但是有幾個地方要注意

  1. document.addEventListener('DOMContentLoaded',scroll());這一行應該錯了,應該是scroll而不是scroll()
  2. 建議變數名稱的取名可以統一,例如說都統一駝峰式(somethingLikeThis)或者是底線(something_like_this),你現在有些大寫開頭有些小寫開頭,可以統一一下