fac-14 / Week3TakingAIME

TFL + Giphy API Project
MIT License
2 stars 3 forks source link

Use of ES6 ("let") #32

Closed VirtualDOMinic closed 6 years ago

VirtualDOMinic commented 6 years ago

ES6 BANNED

https://github.com/fac-14/Week3TakingAIME/blob/8cc43ff486ae7877229d489924a643a851abf80b/logic.js#L21

vlbee commented 6 years ago

Also, let and const are not (yet) fully supported on all browsers. We need think of the IE and Opera users still I'm afraid! https://caniuse.com/#search=let

sima-qian commented 6 years ago

IE users can burn in hell for their sins.

sima-qian commented 6 years ago

Fixed on Code-review-changes branch

sima-qian commented 6 years ago

Fixed in #42