https://github.com/emnudge/abstract-equality-guide
A demonstration for how browser's calculate the final boolean when evaluating abstract equality
https://github.com/emnudge/abstract-equality-guide
Last synced: about 2 months ago
JSON representation
A demonstration for how browser's calculate the final boolean when evaluating abstract equality
- Host: GitHub
- URL: https://github.com/emnudge/abstract-equality-guide
- Owner: EmNudge
- Created: 2020-12-29T03:01:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T07:15:55.000Z (over 3 years ago)
- Last Synced: 2025-03-18T02:09:28.751Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://emnudge.dev/abs-eq/
- Size: 118 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstract Equality Stepper
This is a teaching aid to explain how Abstract Equality works according to the current version of the spec. Created primarily for use in [this video](https://www.youtube.com/watch?v=V3vZSO4zpFs) and [this article](https://dev.to/emnudge/understanding-loose-equality-in-javascript-21c8).
This does not include a step for `document.all`, so don't even try it!

# Features
Have a feature request? Add an issue!