Java Basics
JavaScript Basics
Errors & Debugging
Objects & Classes
Web Development
100

This keyword is used to define a class in Java.

What is class?

100

This keyword declares a variable that can change value.  

What is let?

100

In Java, this error happens when you divide by zero.

What is ArithmeticException?

100

In Java, this keyword refers to the current object.

What is this?

100

JavaScript is mainly used to make web pages do this.

What is “interactive”?

200

This method is the entry point of every Java program.  

What is main?

200

This keyword declares a constant variable.

What is const?

200

In JavaScript, this error occurs when you use a variable that hasn’t been declared.

What is ReferenceError?

200

In JavaScript, objects are made up of these pairs.

What are key-value pairs?

200

This language is often used with JavaScript to style web pages.

What is CSS?

300

This keyword is used to create a new object.

What is new?

300

This function prints output to the browser console.

What is console.log()?

300

This tool in browsers helps debug JavaScript code.

What are Developer Tools (DevTools)?

300

In Java, this keyword is used to inherit from another class.

What is extends?

300

This JavaScript object represents the structure of a web page.

What is the DOM (Document Object Model)?

400

This keyword prevents a variable’s value from being changed.

What is final?

400

This keyword declares a variable in older JavaScript code.

What is var?

400

In Java, this error occurs when you try to access an array index that doesn’t exist.

What is ArrayIndexOutOfBoundsException?

400

In JavaScript, this keyword creates a new class.

What is class?

400

This JavaScript method selects an element by its ID.

What is document.getElementById()?

500

This feature allows Java programs to run on any device with a JVM.

What is “platform independence”?

500

This keyword is used to define a function

What is function?

500

In JavaScript, this error occurs when you try to call something that isn’t a function.

What is TypeError?

500

In Java, this keyword is used to call the parent class constructor.

What is super?

500

This JavaScript method is used to add an element at the end of an array.

What is push()?

M
e
n
u