...

/

Quiz Yourself on Vue 2 vs Vue 3 and Preparing for Migration

Quiz Yourself on Vue 2 vs Vue 3 and Preparing for Migration

Test yourself on what you have learned so far.

We'll cover the following...
1

How can we initialize a Vue 3 application?

A)

new Vue({})

B)

createVueApp({})

C)

createApp({})

D)

new Vue.createApp({})

Question 1 of 50 attempted