https://github.com/withrvr/javascript-equality-table
~~~ Javascript Equals to comparison ~~~ ( === vs == )
https://github.com/withrvr/javascript-equality-table
equals-to equals-to-comparison equals-to-comparison-javascript if-execution javascript javascript-equality-table nextjs tailwindcss typescript
Last synced: 10 months ago
JSON representation
~~~ Javascript Equals to comparison ~~~ ( === vs == )
- Host: GitHub
- URL: https://github.com/withrvr/javascript-equality-table
- Owner: withrvr
- Created: 2021-01-17T19:36:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T18:57:40.000Z (about 3 years ago)
- Last Synced: 2025-02-04T15:51:53.251Z (11 months ago)
- Topics: equals-to, equals-to-comparison, equals-to-comparison-javascript, if-execution, javascript, javascript-equality-table, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://javascript-equality-table.vercel.app
- Size: 640 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JavaScript-Equality-Table
Comparison / Difference Between ( == vs === ) and if() execution
Report Bug
|
Request Feature
|
Discussions
contactwithrvr@gmail.com
# JavaScript Equality Table
```
Comparison Table
Difference Between
( == vs === )
or
( != vs !== )
In Javascript
```
```
Moral of the story / Conclusion
Always use 3 equals
unless you have
a good reason
to use 2.
```
# Links
- [Currently Under Development][final-result]
- [Technology Used](./Developer_Guide.md#technology)
- [Inspired from](https://github.com/dorey/JavaScript-Equality-Table)
[final-result]: https://github.com/withrvr/JavaScript-Equality-Table