Clarify Everything Be True on truthy and falsy

This commit is contained in:
Eric Leung
2016-09-05 04:00:59 -07:00
parent d13c61e9fe
commit 39051efe53
2 changed files with 11 additions and 3 deletions

View File

@@ -93,7 +93,9 @@ var links = {
"Arithmetic Operators": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators",
"Comparison Operators": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators",
"Details of the Object Model": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Details_of_the_Object_Model",
"For Loops": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for"
"For Loops": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for",
"Truthy": "https://developer.mozilla.org/en-US/docs/Glossary/Truthy",
"Falsy": "https://developer.mozilla.org/en-US/docs/Glossary/Falsy"
};
module.exports = links;