Untitled
unknown
plain_text
a year ago
86 B
7
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;