FSWI - CH4 T1

FSWI - CH4 T1

KG - Professional Development

15 Qs

quiz-placeholder

Similar activities

Avaliação 3° trimestre - 2° ano - SENAC

Avaliação 3° trimestre - 2° ano - SENAC

2nd Grade

10 Qs

React-Hooks

React-Hooks

Professional Development

12 Qs

Mega Quizz 🎁

Mega Quizz 🎁

Professional Development

18 Qs

Nivelamento JavaScript e Variáveis

Nivelamento JavaScript e Variáveis

KG - University

15 Qs

Q5 Polimorfismo

Q5 Polimorfismo

12th Grade

13 Qs

Algorithm Quiz

Algorithm Quiz

Professional Development

13 Qs

JavaScript Pass by value, Pass by Reference, Scope Hoisting

JavaScript Pass by value, Pass by Reference, Scope Hoisting

Professional Development

15 Qs

JS mainīgie

JS mainīgie

9th - 12th Grade

15 Qs

FSWI - CH4 T1

FSWI - CH4 T1

Assessment

Quiz

Computers

KG - Professional Development

Medium

Created by

Facilitator Quality

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Seberapa pengetahuan anda tentang Javascript?

Sangat ahli

Biasa saja

Sedikit tau

Belum tau apa apa

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

sebutkan type data pada javascript

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sintak di bawah akan menghasilkan ?

const firstName = "Binar";

const lastName = "Academy";

const fullname = firstName + lastName;

console.log(fullname);

Binar Academy

Academy Binar

BinarAcademy

AcademyBinar

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const a = 30;

const b = 5;

console.log(a+b);

console log tersebut akan menghasilkan output ....

30

35

5

305

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const a = 1;

const b = '3';

console.log(a + b);

console log tersebut akan menghasilkan output ....

1

3

4

13

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

console log dibawah ini menghasilkan output ....

console.log(1 + 2 * 2)

6

5

24

14

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

console log dibawah ini menghasilkan output ....

const hujan = true;

if (!hujan) console.log('hari ini akan hujan');

else console.log('hari ini tidak akan hujan');

hari ini akan hujan

hari ini tidak akan hujan

true

false

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?