fundamental 2

fundamental 2

Professional Development

51 Qs

quiz-placeholder

Similar activities

3 rd Year Placement  Test-1

3 rd Year Placement Test-1

Professional Development

50 Qs

PCA-3

PCA-3

Professional Development

50 Qs

Oracle Cloud Infrastructure 2023 Multicloud Architect Associate

Oracle Cloud Infrastructure 2023 Multicloud Architect Associate

Professional Development

53 Qs

ACE-3

ACE-3

Professional Development

50 Qs

Radary, logi, kompasy

Radary, logi, kompasy

Professional Development

56 Qs

PCA-4

PCA-4

Professional Development

50 Qs

ACTIVE DIRECTORY

ACTIVE DIRECTORY

University - Professional Development

50 Qs

MTA 98-361 3

MTA 98-361 3

Professional Development

48 Qs

fundamental 2

fundamental 2

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Jordan Sumardi

Used 10+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

console.log(typeof null)

console.log(typeof 'false')

null & boolean

null & string

object & string

object & boolean

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

const object = { name : "udin" }

let name;

object.name = name;

console.log(object.name)

udin

error

undefined

name

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

let i = 10;

while(i > 9) {

console.log(i);

}

i++;

10

error

infinite loop

11

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

perbedaan var dengan let?

var dapat assign ulang let tidak dapat di assign ulang

var dan let sama sama dapat declare ulang dan assign ulang

var bisa declare dan assign ulang tetapi let hanya bisa assign ulang saja

var bisa declare dan assign ulang tetapi let hanya bisa declare ulang saja

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

const name = udin;

name = hello;

console.log(name);

udin

udin is not defined

hello

hello is not defined

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

const nilai = 100;

if(nilai > 100) console.log("how??")

else if(nilai < 100) console.log("gws")

else console.log("selamatt")

how

gws

selamat

selamatt

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

const false = "true"

console.log(false)

false

true

"true"

error

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?