blackfalcon / learningjs.anotheruiguy.com

Learning the things that drive me crazy ...
1 stars 0 forks source link

ES6 Classes #9

Open blackfalcon opened 7 years ago

blackfalcon commented 7 years ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes

https://stackoverflow.com/questions/35537619/why-are-es6-classes-not-hoisted

https://stackoverflow.com/questions/31219420/are-variables-declared-with-let-or-const-not-hoisted-in-es6/31222689#31222689