0
What's the difference between >= operator and => operator ??
Plz tell whether they are same ot not
5 Antworten
+ 6
>= is greater than equal.
=> It's not a valid operator.
+ 6
In JavaScript, => is an arrow function
Ex
const click = ()=>{...}
While >= is a greater than or equal to operator
+ 3
Actually,
>= stands for greater than or equal to. It is a conditional operator which will excute the block of code if the inputted value is greater than or equal to a given value.
=> is not an valid programming operator.
+ 2
Rupali Ok thank you 😀
+ 2
Chigozie Anyaeji 🇳🇬 Ok bro Thanks 🙏