FSWI - CH4 T1

FSWI - CH4 T1

KG - Professional Development

15 Qs

quiz-placeholder

Similar activities

Introdução à JavaScript

Introdução à JavaScript

University

11 Qs

JavaScript funciones, arreglos y, estructuras de control

JavaScript funciones, arreglos y, estructuras de control

12th Grade

20 Qs

JavaScript 2

JavaScript 2

Professional Development

17 Qs

C#

C#

11th Grade

10 Qs

JavaScript

JavaScript

Professional Development

15 Qs

JavaScript-2

JavaScript-2

12th Grade

19 Qs

Javascript Fundamental Practice

Javascript Fundamental Practice

Professional Development

20 Qs

JavaScript

JavaScript

Professional Development

10 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?