Just add question and answer to one programming language. Think about how to do same in a different language. This helps in 2 ways
- if you know X you can learn Y by creating mapping from X to Y
- if you know X, you can know more about X by learning little bit about Y. Some constructs are borrowed from other languages. ex. functional programming in Java from JS