
fundamental

Quiz
•
Professional Development
•
Professional Development
•
Medium
Jordan Sumardi
Used 11+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Javascript is an _______ language?
Object-Oriented
Object-Based
Procedural
None of the above
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following keywords is used to define a variable in Javascript?
var
let
Both A and B
None of the above
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
How can a datatype be declared to be a constant type?
const
var
let
constant
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
const number = 5;
console.log(number += 5);
5
10
error
undefined
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
const number = [1, 2, 3, [11, 10, "hello", ["makan", "siomay", ["banana"]]]];
number[4] = 5;
delete number[3][1];
console.log(number[3][2]);
"hello"
11
undefined
3
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the output of the following code?
let x = 10;
let y = 5;
console.log(x - y);
5
10
-5
error
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following is not a valid JavaScript variable name?
_myVar
my-var
$myVar
2myVar
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Quiz 2 - PROFE5 313 - Final

Quiz
•
Professional Development
23 questions
Simulador PO 1

Quiz
•
Professional Development
25 questions
2022 Teacha! CS Quiz

Quiz
•
Professional Development
30 questions
Programming Boot Camp-Quiz I

Quiz
•
Professional Development
26 questions
Ēdienu gatavošana 90

Quiz
•
Professional Development
24 questions
Google Trainer Skillz

Quiz
•
Professional Development
25 questions
Q1 Big Data Engineer - M1 to M4

Quiz
•
Professional Development
29 questions
Licensing and Consoles Certification 2024

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade