Всем привет.
Пригласили на один фрилансерский сайт, поделать тестики, там их три уровня, первый прошел со свистом, а вот второй...второй я не прошел и проиграл спор товарищу что пройду его с первого раза с результатом в 95%+
Написал в саппорт типа ребят, покажите где я провалил с ответами, говорят не знаю, ты сам должен разбираться или спрашивай у своих коллег. Так вот мои коллеги даже первый тест прошли с трудом а я вот туплю с некоторыми вопросами из второго, их там 40, но 5 вопросов меня задели слегка, вроде и простые, но походу на них я как раз и попался...
Например:
1) The ____ property of the DOM Area object returns or sets whether the area should be active.
a) active
b) isActive
c) excluding
d) clickable
e) touch
ответил active
2) Which of the following is NOT an internet standard that affects AJAX?
a) JavaScript
b) CSS
c) HTML
d) HTTP
e) XML
ajax взаимодействует с JS, CSS, HTML, XML а вот HTTP это же протокол...я ответил HTTP
3) The_____object references a file input tag in a form.
a) input.file
b) fileUpload
c) File
d) fileInput
e) Input.File
Единственный реальный объект здесь это File, я ответил File
4) A performance increase may be noted in a script if objects that are used repeatedly are: _______
a) used at the beginning of the script
b) used at the end of the script
c) any of these
d) stored as variables
e) eliminated
Я ответил d) stored as variables но думал также и про a)
5) The constructor property of a JavaScript object returns:
a) the function that originally created the object
b) the properties of the object
c) the Boolean value of the object
d) none of these
e) all of these
Здесь я запутался и ответил с) потому что
obj1.constructor === obj2.constructor // true or false
или
var a = 'asd', b = new a.constructor('dsa'); b instanceof String;
Как бы вы ответили?