There are many programming languages out there, and many (including me) not only work with more than one on a daily basis, but also regularly learn new ones to see what's out there.
So I'm asking you, devs, what taught you the most concepts? Points if it's an uncommon one.
Top comments (2)
Learning ruby actually made JavaScript more understandable. I guess the concepts are easier to reason about in ruby for me.
Learning Ruby helped with functional programming, which helped with JS as well cause they had introduced a bunch of those later on.