Clarify Everything Be True on truthy and falsy
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user