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.
645 views
0 likes
If you enjoyed this article
You might enjoy one of these suggestions
Feb 27th, 2022
Build a Reddit Scraper: Authenticating With Reddit OAuth
We’re continuing our series on Build a Reddit Scraper. This will be done using JavaScript!
Apr 17th, 2022
Networking to get your first web-development job
Landing your first job usually involves sending hundreds of resumes. I want to talk about how networking helped me get my first web development job.
Feb 27th, 2022
Why do I Use Custom React Hooks?
React hooks exist, but sometimes it can be hard to know when to use a custom hook to make your state more maneuverable.