There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Armand1 ,

As annoying as this is, you are meant to use a comparer.


<span style="color:#323232;">mapped.sort((a, b) => {
</span><span style="color:#323232;">  if (a.value > b.value) {
</span><span style="color:#323232;">    return 1;
</span><span style="color:#323232;">  }
</span><span style="color:#323232;">  if (a.value &lt; b.value) {
</span><span style="color:#323232;">    return -1;
</span><span style="color:#323232;">  }
</span><span style="color:#323232;">  return 0;
</span><span style="color:#323232;">});
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines