feat: adds mattieweathersby readme file for lesson04 homework #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before this lesson, I've never coded a lick of code outside of HTML and CSS. So this lesson was very interesting to do. The part that was the most tedious was honestly the preparation like you discussed in lecture. I took time to figure out everything that I was typing because I wanted to understand the logic behind what I was doing.
I learned:
What a prime number is that was the first order of business, I thought it was talking dividing it evenly but that wasn't it.
A function isn't necessarily a pre generated thing, it can be anything you want to call it. A function is like a recipe card that allows you to use it again and again.
A boolean is a value of either true or false