Files
freeCodeCamp/guide/chinese/javascript/truth-table/index.md
2018-10-16 21:32:40 +05:30

9 lines
429 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Truth Table
localeTitle: 真相表
---
![显示哪些JavaScript参数为true和false的表。](//discourse-user-assets.s3.amazonaws.com/original/2X/f/ff2c78476742e6e677e5c714341ff37e9f60c951.png)
这就是你应该总是使用`===``!==`
来源: [https](https://dorey.github.io/JavaScript-Equality-Table/) [//dorey.github.io/JavaScript-Equality-Table/](https://dorey.github.io/JavaScript-Equality-Table/)