Data Types and Variables

Quiz
•
Professional Development
•
Professional Development
•
Medium
Daniel Adesoji
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following can we use to declare a variable in JS?
const
let
var
all of the options
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of the following is a primitive data type in JS
object
array
string
function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of a variable in JavaScript if it's not assigned any value?
null
undefined
0
NaN
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all the valid data types in JS
string
boolean
int
char
number
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Simi wants to record her age using JS which of the following statement is correct?
let simiAge : 10;
let simiAge = 10;
let simiAge :=10;
let simiAge - 10;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword can we use to check if data type of a value in JS
dataTypeof
typeof
data
type
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Abraham Morenike wants to separate her name to first name and last name, what string method can she use?
separate()
section()
split()
divide()
Create a free account and access millions of resources
Similar Resources on Wayground
5 questions
Nest.js & ABAP – Encryption and Decryption | Symmetric Key

Quiz
•
Professional Development
10 questions
Kuis Array

Quiz
•
Professional Development
10 questions
Quiz on Angular JS

Quiz
•
Professional Development
15 questions
Nodejs Core Modules

Quiz
•
Professional Development
7 questions
Dinâmica de Integração e Networking

Quiz
•
Professional Development
8 questions
Javascript (Parte I)

Quiz
•
Professional Development
10 questions
Nodejs: Error Handling

Quiz
•
Professional Development
14 questions
Java Collections

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