An interesting bug: function argument defined as a function
Yesterday I was having an interview with a company and they wanted me to write a tree structure and do a traverse on the tree. At first I wrote the following code: 123456789101112131415161718192021222