Untitled
unknown
plain_text
2 years ago
86 B
11
Indexable
return (this.price == s.price) ? this.stockCode - s.stockCode : this.price - s.price;
Editor is loading...
Leave a Comment
return (this.price == s.price) ? this.stockCode - s.stockCode : this.price - s.price;