Immutable list implementation in JavaScript without [] and {}

Today I want to share with you an implementation of immutable list in JavaScript in one line! Read more

Similar