#JavaScriptmcq
Explore tagged Tumblr posts
scriptzol · 2 years ago
Text
Tumblr media
What is the correct way to declare a variable in JavaScript?
A) new var myVariable; B) let myVariable; C) variable myVariable; D) declare myVariable;
1 note · View note
amigoways · 2 years ago
Text
Tumblr media
Which of these JavaScript frameworks and technologies, what area are you most knowledgeable about or interested in?
A. Angular B. Node C. Vue.js D. React
1 note · View note
scriptzol · 2 years ago
Text
Tumblr media
Which keyword is used to declare a variable in JavaScript?
a) var b) int c) string d) variable
0 notes