5 лет назад
Free JavaScript Interview Questions
Most frequently asked JavaScript interview questions with their answers that every beginner to advance JavaScript Developer should know are as follow. Beginner Level Javascript Interview Questions Here is part one of the javascript interview questions. bookmark this page and stay tuned for more beginner to advance interview questions to gauge your javascript level. How many ways can you declare an array in JavaScript? There are basically two ways to declare an array. Array literal new keyword What is the use of a window in JavaScript? The window object is a global JavaScript object. The window object is automatically created by the browser that represents a window of a browser...
06:44
1,0×
00:00/06:44
500,5 тыс смотрели · 4 года назад
1 год назад
8 продвинутых вопросов для собеседования по JavaScript
Источник: Nuances of Programming JavaScript  —  это высокоуровневый язык, который является одним из основных конструкционных веб-блоков. Однако у этого эффективного языка есть и свои особенности. Например, знаете ли вы, что значение 0 === -0 равно true или что Number("") дает 0? Это может застать вас врасплох. Однако всем языкам программирования присущи те или иные причуды, и JavaScript не исключение. В этой статье мы детально рассмотрим важнейшие вопросы для собеседования по JavaScript. Надеюсь,...