Skip to content

Commit 17d072b

Browse files
authored
Correct typos
Hi, corrected some typos. I enjoyed reading your article btw. Thank you for sharing. I´ll get into answering the quiz now.
1 parent 7546c44 commit 17d072b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: quiz-od.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
33
Here is a Quiz for you. Please have a look at the `dark_theme` object below.
4-
Use the object destructuring, spread sytax and the rest parameter to achieve
5-
follwoings:
4+
Use the object destructuring, spread syntax and the rest parameter to achieve
5+
the following:
66
7-
1. Extract the value of the `font` property and assign it to variable.
8-
2. Extract the value of the `font` property and assign it to variable with the
7+
1. Extract the value of the `font` property and assign it to a variable.
8+
2. Extract the value of the `font` property and assign it to a variable with the
99
name `myFont`.
1010
3. Extract the value of the button text color and link opacity.
1111
4. Create a clone of the dark_theme object and add the `border-color` attribute
@@ -16,7 +16,7 @@ const user = {
1616
'id': 'U_001'
1717
}
1818
Merge the user object to the `dark_theme` object.
19-
6. Destructure the dark_theme object and put the link colors in a seprate object
19+
6. Destructure the dark_theme object and put the link colors in a separate object
2020
using the rest parameter.
2121
2222
Feel free to fork the project and submit you answers by creating a file named,

0 commit comments

Comments
 (0)