Closed blcktqq closed 7 years ago
Due to the hoisting, global variables with the same name as declared variables was overrided. So in the previous case window,navigator and process objects was always undefined and current OS was always macOS as declared in constant variable
Hey thanks for the help! Please continue contributing if you have any more issues or want to add features! 🎉
Due to the hoisting, global variables with the same name as declared variables was overrided. So in the previous case window,navigator and process objects was always undefined and current OS was always macOS as declared in constant variable