Js the fourth

Quiz
•
Computers
•
12th Grade
•
Hard
Károly Lukács
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mit ír ki?
var course = {name: "JS", lessons: 41};
document.write(course.name.length);
2
4
41
JS
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Melyik beépített tulajdonsággal lehet meghatározni egy objektum tulajdonságának a karakterhosszát?
width
size
length
write
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Milyen kulcsszót használjuk egy objektum példányának a létrehozásához?
var
make
inst
new
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mit ír ki? function person (name, age)
{ this.name = name; this.age = age;}
var John = new person("John", 25);
var James = new person("James", 21);
document.write(John.age);
age
25
21
John.age
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mi hiányzik a kipontozott helyekről?
simba = ...category: "lion", gender: "male" ...
zárojelek
kapcsos zárójelek
szögletes zárójelek
semmi
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mit ír ki?
var p = new person("David", 21);
p.changeName("John");
document.write(p.name);
David
John
p.name
new person
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mit ír ki? function person(name, age) {
this.name= name; this.age = age;
this.yearOfBirth = bornYear;}
function bornYear() {return 2016 - this.age;}
var p = new person("A", 22);document.write(p.yearOfBirth());
2016
22
1994
p.yearOfBirth
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Unit 1 Post Test: Basic Python

Quiz
•
9th - 12th Grade
15 questions
Javascript

Quiz
•
10th - 12th Grade
10 questions
python quiz

Quiz
•
6th Grade - Professio...
14 questions
AP CSP Review

Quiz
•
9th Grade - University
13 questions
Arrays in Swift

Quiz
•
10th - 12th Grade
15 questions
Linux-2 Quiz 2 -- LAMP

Quiz
•
1st - 12th Grade
11 questions
Expressions coding and or not coding

Quiz
•
9th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade