Arista Frontend Engineer - Round1
Summary
Interview Experience
I was asked following questionin the interview. 1. what will be output of following code? ``` function test1() { console.log(this); } test1(); "use strict"; function test2() { console.log(this); } test2(); ``` Answer : window this 2. call introduce with person's object. ``` function introd...


