Tag: equality

Recent Post

Check if a key exists in localStorage

To check for an item, get the value of the item by querying localStorage by its key.

== vs === in JavaScript

Loose and strict equality operators help us test for a similarity between bits of data.