Skip to content

Commit

Permalink
Update front-end-development-quiz.md (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2833 authored May 25, 2021
1 parent 74a2824 commit 85776c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end-development/front-end-development-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ cite {

- [ ] < img src="image.jpg">
- [ ] < a href="images/image.jpg"></a>
- [ ] < img src="images/image.jpg">
- [x] < img src="images/image.jpg">
- [ ] < img href="image.jpg">

#### Q31. Which choice is a correct use of the parseInt() function in Javascript that parses a string and return an integer?
Expand All @@ -309,7 +309,7 @@ cite {
#### Q33. Lighthouse is a tool for auditing your website. Which choice is not a category of report offered by Lighthouse?

- [ ] performance
- [ ] UX design
- [x] UX design
- [ ] accessibility
- [ ] SEO

Expand Down

0 comments on commit 85776c3

Please sign in to comment.