FSWI - CH4 T1

FSWI - CH4 T1

KG - Professional Development

15 Qs

quiz-placeholder

Similar activities

Parcial Computación IIB - 9no.

Parcial Computación IIB - 9no.

9th Grade

20 Qs

Javascript

Javascript

Professional Development

10 Qs

Nivelamento Orientação a objetos,  Classes e Objetos em Node.js

Nivelamento Orientação a objetos, Classes e Objetos em Node.js

KG - University

10 Qs

Treinamento JS - Capítulo 2

Treinamento JS - Capítulo 2

Professional Development

10 Qs

Básicas de JS

Básicas de JS

10th Grade

10 Qs

Axios in Vue 3

Axios in Vue 3

12th Grade - University

10 Qs

Introducción Arreglos JS II

Introducción Arreglos JS II

10th Grade

10 Qs

JavaScript

JavaScript

Professional Development

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?