I see there + operator is being used to convert a string number to number and same does the Number() function ,
So i am wondering there must be good reason for + operator before string number being used in most cases over Number()
Is there any performance enhancement with + operator?
appreciate your help guys
note : don't get confuse with concatenation of string , its unary + oprator