VueJS

VueJS

University - Professional Development

8 Qs

quiz-placeholder

Similar activities

Juego #02

Juego #02

Professional Development

12 Qs

Le passé composé (être & avoir)

Le passé composé (être & avoir)

6th Grade - Professional Development

10 Qs

Communication

Communication

Professional Development

9 Qs

[8] Thorax & Chest CT Imaging

[8] Thorax & Chest CT Imaging

University - Professional Development

11 Qs

Les 6 Chapeaux de Bono : Développer sa réflexion professionnelle

Les 6 Chapeaux de Bono : Développer sa réflexion professionnelle

Professional Development

10 Qs

Bases de Lecture de Plan 1

Bases de Lecture de Plan 1

University

10 Qs

Quiz Fin Module 1 LH

Quiz Fin Module 1 LH

Professional Development

11 Qs

IGNITION PHASE II

IGNITION PHASE II

University

10 Qs

VueJS

VueJS

Assessment

Quiz

Professional Development

University - Professional Development

Hard

Created by

Augustas Alminas

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the difference between computed propeties and return methods

There is no difference

Computed property is cached, while method function will run every time it is called

Method return is cached, while computed function will run every time it is called

Both method return and computed property is cached

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is wrong with this code?

Everything is correct

There is no v-for in Vue

v-for is not binded

There is no binded key

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What word will be displayed if pressed on the button?

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of these functions are implemented in Vue2?

setup()

mounted()

invoked()

data()

methods()

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What world will be shown in the span after button is clicked?

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For what is <slot></slot> used in Vue?

Composing components

Randomizing the order of elements inside it

Moving elements inside it to a different location in html

Hiding elements inside it until mounted cycle is called

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For what is <teleport></teleport> used in Vue?

Composing components

Randomizing the order of elements inside it

Moving elements inside it to a different location in html

Hiding elements inside it until mounted cycle is called

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these are Vue lifecycle hooks?

beforeInit

init

beforeUpdate

suspended

unmounted