dannohh

dannohh @dannohh

Joined:
Jul 2, 2020

dannohh
articles - 6 total

A Very Basic JavaScript Intro by Dannohh and chatGPT!

Welcome to Dannohh and chatGPT's JavaScript basics tutorial. We'll be your guide through the world of...

Learn More 3 0Dec 9 '22

React Hooks and state

With React Hooks, we can give our functional components some state to keep track of and render() wit...

Learn More 1 0Aug 10 '20

React MD

JSX JSX produces React Elements. It isn't HTML even though it looks similar. It comes with...

Learn More 1 0Aug 5 '20

# Tools of the Trade

A 'closure' is a function that has access to it's outer function's variables and methods. It can also...

Learn More 1 0Jul 27 '20

filter() and map() vs. forEach()

What are some of the advantages of using map() and filter() vs. using forEach() methods? Firstly, th...

Learn More 2 0Jul 20 '20

Reading, Writing, and Arithmetic Operators :)

Reading Code~ I think everyone would agree that the ability to read code is imperative to...

Learn More 4 0Jul 13 '20