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:
anthony
2020-07-31 02:19:49 -04:00
committed by GitHub
parent 0f7fc6d91b
commit 20d397f719
4 changed files with 3 additions and 5 deletions

View File

@@ -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