Data Types and Variables

Data Types and Variables

Professional Development

10 Qs

quiz-placeholder

Similar activities

Si Mapan Bergairah

Si Mapan Bergairah

Professional Development

10 Qs

Typescript: Nestjs

Typescript: Nestjs

Professional Development

15 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

Quiziz BCAF (21-12-2022)

Quiziz BCAF (21-12-2022)

Professional Development

10 Qs

Workshop Vue.js Node Stytch

Workshop Vue.js Node Stytch

Professional Development

10 Qs

Control Flow

Control Flow

Professional Development

10 Qs

M2 - Topic 5 - Variables & Constants

M2 - Topic 5 - Variables & Constants

Professional Development

10 Qs

Basic JavaScript

Basic JavaScript

Professional Development

15 Qs

Data Types and Variables

Data Types and Variables

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?