Echo JS 0.11.0

<~>
timruffles 4051 days ago. link 1 point
Languages should have, as a minimum, the following data-structures:

Array
Map
Set
Queue

The right data-structure for the job makes your code so much cleaner and self-documenting (& better than many incompatible reimplementations).

Replies