Trick JavaScript Interview questions
We were asked some tricky JavaScript questions that Alex(the lead) used in interviews for the internship position. Here are some of them:
Question 1:
//What is i?
var i=0;
var add = function(){
++i;
return…
These were the top 10 stories published by Jony’s blog in 2011. You can also dive into monthly archives for 2011 by using the calendar at the top of this page.