EmberJS Meetup #3
{"name":"EmberJS Meetup #3", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What will the following code output to console: console.log([1] + 2), What will the following code output to console: Â var b = 1; function outer() {Â Â var b = 2; Â function inner() {Â Â b = b + 2;Â Â Â var b = 3;Â Â console.log(b);Â } Â inner();} outer();, What will the following code output to console: Â console.log([1, 2, 3] == [1, 2, 3])","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}