Concepts and Methods for
Beginners 2026 Exam All
Answers and Illustrations
Given
Array - ANSWER ✔✔An object in JavaScript which has multiple
containers that can hold multiple values.
Assignment Operator - ANSWER ✔✔An operator used to set a
variable equal to a value such as a string, number, Boolean, list, or date.
, Boolean Variable - ANSWER ✔✔A variable type with two possible
values: true or false.
Break - ANSWER ✔✔A statement used to stop or exit a loop.
Case - ANSWER ✔✔Refers to uppercase and lowercase text.
JavaScript is case-sensitive.
Ceiling - ANSWER ✔✔A method used to round numbers up to the
nearest whole number.
Comment - ANSWER ✔✔A tool used to explain code or temporarily
disable code.
Comparison Operator - ANSWER ✔✔An operator used to compare
values or arguments.
console.log - ANSWER ✔✔A debugging tool used to display
information in the console.
Constant - ANSWER ✔✔A variable whose value cannot change.
Continue - ANSWER ✔✔A keyword used to skip the current loop
iteration.
createElement - ANSWER ✔✔A method used to dynamically create
HTML elements.