Doron Linder
Results
2
comments of
Doron Linder
Lesson title: "Wait Delay" as well as "Use Wait" (both of them, practice and solution) Issue: Whenever "seconds" is mentioned or used in the code, it's actually milliseconds. So 3000...
Lesson title: (Solution) useWindowDimensions Issue: In the solution, I think useEffect should have an empty array as the second parameter. This way the event listener is added and removed only...