An open API service indexing awesome lists of open source software.

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

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!

![Page](https://i.imgur.com/vllDBO5.png)

# Features
Have a feature request? Add an issue!