Chapter 2 - FSW - Quiz Berhadiah

Chapter 2 - FSW - Quiz Berhadiah

Professional Development

10 Qs

quiz-placeholder

Similar activities

Web Development Quiz

Web Development Quiz

Professional Development

10 Qs

JS - Arrays and Objects

JS - Arrays and Objects

Professional Development

15 Qs

ICT QUIZ M3

ICT QUIZ M3

Professional Development

10 Qs

Javascript Avanzado ft-22b Grupo 5

Javascript Avanzado ft-22b Grupo 5

Professional Development

12 Qs

JavaScript Advanced

JavaScript Advanced

Professional Development

10 Qs

JavaScript with Arrays

JavaScript with Arrays

Professional Development

15 Qs

IT ENGLISH: Research Project Topics - Programming Languages

IT ENGLISH: Research Project Topics - Programming Languages

Professional Development

10 Qs

Introdução JavaScript

Introdução JavaScript

Professional Development

10 Qs

Chapter 2 - FSW - Quiz Berhadiah

Chapter 2 - FSW - Quiz Berhadiah

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Fahmi Alfareza

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Bagaimana cara deklarasi variabel dengan benar di JavaScript?

var x = 5;

variable x = 5;

let x = 5;

const x = 5;

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Apa hasil dari ekspresi berikut: 10 + "5"?

15

"105"

105

Error

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Bagaimana cara mendeklarasikan fungsi di JavaScript?

function myFunction() {}

var myFunction = function() {}

def myFunction() {}

let myFunction = () => {}

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Apa yang dimaksud dengan DOM dalam konteks pengembangan web?

Document Object Model

Data Object Model

Document Order Model

Digital Object Model

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Bagaimana cara memeriksa tipe variabel "string" di JavaScript?

typeof variable === "text"

variable.type === "string"

typeof variable === "string"

variable.isString()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Apa hasil dari ekspresi: 5 % 2?

3

2

1

0

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Apa yang dilakukan oleh pernyataan return dalam fungsi JavaScript?

Mengakhiri eksekusi fungsi dan mengembalikan nilai

Mendeklarasikan variabel

Menambahkan jeda baris dalam kode

Mencetak nilai ke konsol

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?