remove MDN links from English challenges (#39337)
* remove MDN links from English challenges * add push challenge reference to record-collection * refactor truthy falsy verbiage * replace MDN link with news link * remove unnecessary whitespace
This commit is contained in:
@@ -12,8 +12,7 @@ forumTopicId: 301607
|
||||
As a reminder, this project is being built upon the following starter project on <a href='https://glitch.com/edit/#!/remix/clone-from-repo?REPO_URL=https://github.com/freeCodeCamp/boilerplate-mochachai/'>Glitch</a>, or cloned from <a href='https://github.com/freeCodeCamp/boilerplate-mochachai/'>GitHub</a>.
|
||||
|
||||
<code>isOk()</code> will test for a truthy value and <code>isNotOk()</code> will test for a falsy value.
|
||||
[Truthy reference](https://developer.mozilla.org/en-US/docs/Glossary/Truthy)
|
||||
[Falsy reference](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)
|
||||
To learn more about truthy and falsy values, try our <a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-algorithm-scripting/falsy-bouncer" target="_blank">Falsy Bouncer</a> challenge.
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
|
Reference in New Issue
Block a user