Google News
logo
Vue.JS - Quiz(MCQ)
Which keyword is used to create a constant in Vue.JS?
A)
int
B)
const
C)
define
D)
constant

Correct Answer :   const


Explanation : To create constant const keyword is used. The best practice is to create a seperate file for defining consants.

Advertisement