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
Basics of Javascript

Quiz
•
9th - 12th Grade
10 questions
INTRODUCCION A LA PROGRAMACION

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

Quiz
•
10th - 12th Grade
14 questions
CSAwesome 3.6.1Equivalent Boolean Expressions

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

Quiz
•
11th - 12th Grade
10 questions
Avaliação Pensamento Computacional - Prático

Quiz
•
1st Grade - Professio...
7 questions
KA JS Functions

Quiz
•
KG - University
10 questions
TLE Q3 M6

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade