Mohammed Sabirmsabir.hashnode.devยทDec 2, 2022Alert!! Operators are Functions in Javascript ??An operator is actually a special function that are written in your code. Generally, operators take two parameters and return one result. Let's look at an example. var a = 3 + 4; console.log(a); //7 Quite easy to guess what you will see on screen Sev...42 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.