Hey HN!<p>I created this project because I was sick of how hard it was to google for JavaScript operators; Google ignores certain characters like "?". I would remember the syntax, but not what it was called, or exactly how it worked… and it was surprisingly difficult to research!<p>This little tool allows users to write the syntax for a given operator, and it provides a name, a description, some examples, and a link to the MDN documentation.<p>I expect it to be a useful bookmark, for the next time you can't remember what the heck the "?." (Nullish Coalescing) or "??=" (Logical Nullish Assignment) operators are called :)