Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
588 contributions in the last year
Contribution activity
August 2019
- Ice-Hazymoon/DisqusJS JavaScript
- Ice-Hazymoon/c2c JavaScript
Created an issue in denysdovhan/wtfjs that received 1 comment
Cannot access 'i' before initialization
window.i = 1 console.log(i) let i = 2 console.log(i) // Uncaught ReferenceError: Cannot access 'i' before initialization at <anonymous>:1:3
1
comment