Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 341 Bytes

Isomorphic-arrays

any == [any]

Philosophy

Every Single object or primitive type is equivalent to an array of one item. Therefore, every methods of Array can be apply to anything. I thinks of this philosophy has no bad effect to the current Javascript. I knows this is wacky, but i curious of what do you thinks ?