Explanation Needed - Build a Cat Photo App
See original GitHub issueDescribe the Issue
In the cat photo app depending on the step, people use either ""
or ''
for their code. Example:
<a href="https://freecatphotoapp.com"></a>
can also be written as <a href='https://freecatphotoapp.com'></a>
.
Affected Page
Every step that has an example using either " or ’
Your code
Expected behavior
I think that we should have some sort of explanation for this. If I wasn’t already a programmer, I would not necessarily understand that these are interchangeable. It would be good to either go through every step and make them consistent or add a little message at the beginning that lets the user know that they can be used interchangeably.
Screenshots
System
- Device: [e.g. iPhone 6, Laptop]
- OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 22]
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
freeCodeCamp: CAT PHOTO APP | PROJECT SOLUTION
Are You A Coding Expert? Take Our Free Quiz and Find Out: https://www.dorscodingschool.com/quiz▻ Free Discord Group: ...
Read more >Free Code Camp Walkthrough 1 | HTML - Cat Photo App
In this tutorial I'll show you how to get through the HTML Cat Photo App section on Free Code Camp that teaches you...
Read more >Let's learn HTML by building a cat photo app! [Free ... - YouTube
Hello everyone!In this inaugural stream, we're going to start learning HTML, the markup language that underpins the Web, through a hands-on ...
Read more >Learn HTML by Building a Cat Photo App - YouTube
Hello everyone!We're going to learn CSS animation by building a cat photo app. The goal is to get you started and have you...
Read more >Learn HTML by Building a Cat Photo App (11-20) - YouTube
Timestamps:00:00 - Intro00:11 - 1101:00 - 1202:48 - 1303:44 - 1404:33 - 1505:28 - 1605:56 - 1706:20 - 1807:07 - 1907:35 - 20GitHub: ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My only concern with that is the more text we add, the greater the chance people don’t read any of it.
Hey @DylanDevelops, Thank you for opening this issue, we think is should be fine for users to discover this on their own. We allow any of the quotation marks, as they are valid. (the tests will pass)