Welcome to Dannohh and chatGPT's JavaScript basics tutorial. We'll be your guide through the world of...
With React Hooks, we can give our functional components some state to keep track of and render() wit...
JSX JSX produces React Elements. It isn't HTML even though it looks similar. It comes with...
A 'closure' is a function that has access to it's outer function's variables and methods. It can also...
What are some of the advantages of using map() and filter() vs. using forEach() methods? Firstly, th...
Reading Code~ I think everyone would agree that the ability to read code is imperative to...