I applied through a recruiter. The process took 1 week. I interviewed at Globant (Buenos Aires) in July 2015
Interview
The interview consisted of three parts. The first one was simply talking to a HR manager, he basically told me about the company and which projects they were hoping I could fit in. The second one was with the same HR manager to check wether I could speak english. The last one was the technical interview where we talked about Javascript, Node, and a few database options.
There was a final call with the HR manager where he told me I had passed all instances and made me an offer.
Would the following code produce the same output in Google Chrome as in Node? Why?
console.time("loop");
for (var i = 0; i < 1000000; i += 1){
// Do nothing
}
console.timeEnd("loop");