You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ In this project, you'll create an app that displays random famous quotes each ti
7
7
8
8
You'll need to use your knowledge of basic JavaScript syntax, including variables, loops and object literals, to complete this project.
9
9
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
+
11
12
12
13
# Project Requirements
13
14
@@ -16,9 +17,9 @@ This project is a fun and effective way for you to practice fundamental JavaScri
16
17
-[x] Array contains at least 5 quote objects
17
18
## Quote Object
18
19
-[x] Objects in array include quote and source properties. If known, citation and date properties are present
19
-
## `getRandomQuote` function
20
+
## getRandomQuote function
20
21
-[x] Function is named getRandomQuoteand returns a random object from the quotes array
21
-
## `printQuote` function
22
+
## printQuote function
22
23
-[x] Function named printQuote calls the randomQuote function
23
24
-[x] Function prints the quote to the page using the template supplied in the project instructions
24
25
## Code comments
@@ -28,7 +29,8 @@ This project is a fun and effective way for you to practice fundamental JavaScri
28
29
# View Project
29
30
[Live Demo](https://richardjamesward.github.io/JS-Random-Quote-Generator/) of this project for peer review.
30
31
31
-
#Appraiser Comments
32
+
33
+
# Appraiser Comments
32
34
Awesome work, Richard! Your project looks great and after seeing so many of this, I appreciate you changing the styling up.
33
35
34
36
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