Skip to content

Commit ee5a2d9

Browse files
Update README.md
1 parent 4751f04 commit ee5a2d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ In this project, you'll create an app that displays random famous quotes each ti
77

88
You'll need to use your knowledge of basic JavaScript syntax, including variables, loops and object literals, to complete this project.
99

10-
This project is a fun and effective way for you to practice fundamental JavaScript skills. It also gives you a simple interactive portfolio piece to show off your understanding of JavaScript.
10+
This project is a fun and effective way for you to practice fundamental JavaScript skills. It also gives you a simple interactive portfolio piece to show off your understanding of JavaScript.
11+
1112

1213
# Project Requirements
1314

@@ -16,9 +17,9 @@ This project is a fun and effective way for you to practice fundamental JavaScri
1617
- [x] Array contains at least 5 quote objects
1718
## Quote Object
1819
- [x] Objects in array include quote and source properties. If known, citation and date properties are present
19-
## `getRandomQuote` function
20+
## getRandomQuote function
2021
- [x] Function is named getRandomQuoteand returns a random object from the quotes array
21-
## `printQuote` function
22+
## printQuote function
2223
- [x] Function named printQuote calls the randomQuote function
2324
- [x] Function prints the quote to the page using the template supplied in the project instructions
2425
## Code comments
@@ -28,7 +29,8 @@ This project is a fun and effective way for you to practice fundamental JavaScri
2829
# View Project
2930
[Live Demo]( https://richardjamesward.github.io/JS-Random-Quote-Generator/) of this project for peer review.
3031

31-
#Appraiser Comments
32+
33+
# Appraiser Comments
3234
Awesome work, Richard! Your project looks great and after seeing so many of this, I appreciate you changing the styling up.
3335

3436
Nice job ensuring that your function returns the entire quote object and then adding in those extra features! I added a hint in the individual rubric if you want to try creating a non-repeating randomizer.

0 commit comments

Comments
 (0)