
JavaScript Object Concepts and Methods

Interactive Video
•
Computers
•
6th - 10th Grade
•
Medium

Emma Peterson
Used 4+ times
FREE Resource
Read more
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a JavaScript object primarily composed of?
Variables and constants
Properties and methods
Strings and numbers
Functions and arrays
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to declare a person object in JavaScript?
let person = [name: 'SpongeBob']
const person = {firstName: 'SpongeBob'}
var person = 'SpongeBob'
person = (firstName: 'SpongeBob')
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you access the 'firstName' property of an object named 'person'?
person.firstName
person:firstName
person[firstName]
person->firstName
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What error occurs if you try to declare two objects with the same name?
SyntaxError: Unexpected token
ReferenceError: person is not defined
TypeError: Cannot read property
SyntaxError: Identifier has already been declared
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What method would you use to make an object say hello?
sayHello()
speak()
hello()
greet()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a method that can be added to a JavaScript object?
console.log()
function()
sayHello()
alert()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of invoking the 'sayHello' method on the 'person1' object?
Hi, I'm SpongeBob
Hello, I am SpongeBob
Greetings from SpongeBob
Hey, SpongeBob here
Create a free account and access millions of resources
Similar Resources on Wayground
2 questions
CLEAN : Croatia keeps plaque with pro Nazi slogan

Interactive video
•
9th - 10th Grade
11 questions
SpongeBob's Krabby Patty Adventures

Interactive video
•
3rd - 7th Grade
6 questions
Exploring Character and Setting in Literature

Interactive video
•
6th - 10th Grade
11 questions
Exploring the Ghostly Adventures of SpongeBob and the Flying Dutchman

Interactive video
•
6th - 10th Grade
11 questions
Analyzing Socialism in SpongeBob's 'Squid On Strike'

Interactive video
•
6th - 10th Grade
11 questions
Animated Series Themes and Lessons

Interactive video
•
5th - 8th Grade
6 questions
Understanding Reactions and Contexts in SpongeBob

Interactive video
•
4th - 8th 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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade