Introducing JSOperators.com
April 21st, 2022
~1 minute
JSOperators is a collection of Javascript operators presented in a way that makes it quick and easy to find what you're looking for. It used to be difficult or rather tedious to find the operator you were thinking of, that is more or less until MDN released a redesign of their docs that included a rather handy search feature. However, I wanted to build this tool anyway.
The little website was created to give us developers a quick way to search via name or sign. I'm not sure if you've run into the same issue before where you couldn't remember either the name or sign of the operator you're thinking of and trying to Google it was just as tough.
I wanted to share it with you just in case it'll help you find what you're looking for.
I'd love to hear your feedback and suggestions. If you have any questions, please feel free to contact me. If you'd like to see additional operators or would like to help me improve this tool, please feel free to contribute to this project!
Check out the JSOperators repo.
Did you enjoy this article?
Consider liking it! I'd surely appreciate the love.
567 views
0 likes
If you enjoyed this article
You might enjoy one of these suggestions
Feb 27th, 2022
Build a Reddit Scraper: Setting up Dexie.js
Welcome! Today I want to walk you through the basics of setting up Dexie.js.
Jul 30th, 2022
How I went from 277lbs to 225lbs in 1.5 years #DevsWhoRun
I went from 277lbs to 227lbs in 1.5 years. Now things have changed. This is my running journey.
Feb 27th, 2022
What is a Ternary Operator in JavaScript?
A ternary operator is a quick and dirty way to write one-liner if statements.