I have not looked at your code but I can say with some experience that it has nothing to do with how you wrote it. There is no way for me to confirm but most likely this is what happens when you turn in a coding test. Someone who is perhaps at a debatable senior level looks at your code and often (I have seen this happening at places where I have worked) gives it to someone else for their feedback. The person your code gets handed over to is often not the person who will make hiring decision. He/she will look at your code and try to discover their own style in your code. If your code does not come close to the way they would have written it then it is bad code.
A lot of things come into play here. Often it is unclear expections. I have done coding tests where the requirement was to pull data from a dataset and cache it in memory. This requirement can be met in many ways. I chose the simplest one but the feedback I got was similar to what you got. It totally depends on where the reader of your code is in the evolutionary stage https://medium.com/@webseanhickey/the-evolution-of-a-softwar...
visionmedia is his screen name, not the company where he works. He worked at a company called LearnBoost (https://www.learnboost.com/blog/welcome-aaron-and-tj/), which I can only assume is some sort of mob-style front for laundering JavaScript code. (Look at their employee list and GitHub repo)
Now, I've heard he works for Segement.io (in SOMA), but does so remotely.
The choice here is between something tangible i.e. million dollars or skills to get a million dollars i.e. a promise which may or may not be fulfilled at some time in future. A bird in hand is worth two in the bush.
When I'm trying to choose between two alternative spelling or phrasings of a concept, I'll frequently google the two alternatives I'm considering to get a sense for which is more common.
Maybe the user wants to find out if there is more weather data for Sydney, Melbourne or Canberra by comparing the number of results. Sydney has the lead, btw.
Maybe they do, and number of results will give that information. But how does one verify authenticity of that number. For example saying that there were 102,345,290 results returned for a query is of no use if you cannot browse to x result. Google could have just picked these numbers out of proverbial hat. Maybe they already do :)