
JavaScript and Python Flashcard Challenge

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

30 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the data type of `null` in JavaScript?
Back
Object
2.
FLASHCARD QUESTION
Front
Which of the following is a mutable data type in Python? Tuple, String, List, Integer
Back
List
3.
FLASHCARD QUESTION
Front
What is the output of the following JavaScript code?
```javascript
console.log(typeof 42);
```
Back
"number"
4.
FLASHCARD QUESTION
Front
Which Python control structure is used to iterate over a sequence?
Back
For loop
5.
FLASHCARD QUESTION
Front
What is the purpose of the `return` statement in a JavaScript function?
Back
To exit a function and return a value
6.
FLASHCARD QUESTION
Front
Which of the following is a valid list comprehension in Python to create a list of squares of numbers from 0 to 4?
Options:
`[x^2 for x in range(5)]`,
`[x**2 for x in range(5)]`,
`[x*2 for x in range(5)]`,
`[x**2 for x in range(1,5)]`
Back
`[x**2 for x in range(5)]`
7.
FLASHCARD QUESTION
Front
What will be the output of the following JavaScript code?
```javascript
function greet() {
return "Hello, World!";
}
console.log(greet());
```
Back
Hello, World!
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Sem. Review P1

Flashcard
•
11th Grade
26 questions
lists in python

Flashcard
•
11th - 12th Grade
22 questions
If Statement/ Boolean Logic Review

Flashcard
•
10th Grade
23 questions
CSP Unit 6 Review

Flashcard
•
12th Grade
20 questions
Python - List and Tuples

Flashcard
•
11th - 12th Grade
20 questions
Python Basics & Syntax

Flashcard
•
10th - 12th Grade
19 questions
HTML, CSS, Javascript

Flashcard
•
11th - 12th Grade
20 questions
Python

Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
4 questions
Study Skills

Lesson
•
5th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
20 questions
Points, Lines & Planes

Quiz
•
9th - 11th Grade