I\'m just starting to research different programming styles (OOP, functional, procedural).
I\'m learning JavaScript and starting into underscore.js and came along this s
Both map is functional, and both code based on a concpet, value => value by map function.
map
However, both can also be seen OOP, because object.map style.
I would not recoomend you to understand functional programming via Underscore.