reading-notes

These are my reading notes for Code Fellows


Project maintained by taegorov Hosted on GitHub Pages — Theme by mattgraham

Home

Reading Notes Code 301: Day 2

Note: I accidentally read all of the Intro to React page for Read 01. My notes for that particular reading can be found in the day 1 reading here.

<button onclick="setName()">
<button onClick={setName}>