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"}