mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 04:00:12 -04:00
* fix(curriculum): standradize links in curriculum * Data analiysis links * CIP links * fixed links in s-expressions * Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md Co-authored-by: Ilenia <nethleen@gmail.com> * added space before target attribute * standarize external and .rock example links * wrap "check out the projects" around the links Co-authored-by: Ilenia <nethleen@gmail.com>
596 B
596 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f070b6c005b0e76f05f | Iterations: More Patterns | 11 | 9Wtqo6vha1M |
|
iterations-more-patterns |
--description--
More resources:
- Exercise
--question--
--text--
Which of these evaluates to False?
--answers--
0 == 0.0
0 is 0.0
0 is not 0.0
0 = 0.0
--video-solution--
2