Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
86 B
3
Indexable
 return (this.price == s.price) ? this.stockCode - s.stockCode : this.price - s.price;
Leave a Comment