Javascript Datatypes and Variables(Kushal Das)

Quiz
•
Computers
•
Professional Development
•
Medium
Kushal Das
Used 7+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
In Replit, we have created a file named “DemoFile.js”, which command is used to run the JavaScript code within it.
run DemoFile
run DemoFile.js
node DemoFile
node DemoFile.js
Answer explanation
Answer Explanation :
On Replit, click the shell tab on the right. Effectively this gives you a terminal and access to node.js.
node <file name>
is the command to get node to run your program, in our case file name is “DemoFile.js”.
Please note: DemoFile.js
and DemoFile
are two different files.
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
JavaScript can be used for?
Creating web pages
Game Development
Building web servers
All of the Above
Answer explanation
You can use JavaScript for multiple purposes like creating web pages, game development, building web servers, etc.
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
JavaScript is ________________ typed language.
Statically
Dynamically
Strongly
None of the Above
Answer explanation
JavaScript is a dynamically-typed language where the interpreter assigns variables a type at runtime based on the variable's value at the time.
This means below code snippet is valid in JavaScript:
let num = 1;
num = "some string";
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is not a data type?
String
null
number
char
Answer explanation
In JavaScript, char
is not a data type.
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
___________ data type is used to represent the intentional absence of any value.
undefined
boolean
null
None of the Above
Answer explanation
null
used for intentionally missing values.
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What will be the output of the below code snippet:
var num;
console.log(num);
null
undefined
number
string
Answer explanation
Variable num
is only declared not assigned any value hence the output will be undefined
.
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which is the correct statement for declaring a variable "myName" with its initial value as “Kushal”? (Camel Case)
var
myName="Kushal";
var myname="Kushal";
var MyName="Kushal";
All of the above
Answer explanation
JavaScript is a case-sensitive language. This means that capitalisation matters. Variable myName
is not the same as MyName
nor myname
. It is possible to have multiple distinct variables with the same name but different casing.
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Javascript HTML CSS

Quiz
•
Professional Development
12 questions
JavaScript

Quiz
•
Professional Development
10 questions
Basic Python

Quiz
•
Professional Development
10 questions
JavasScript

Quiz
•
Professional Development
20 questions
Python

Quiz
•
Professional Development
20 questions
JavaScript

Quiz
•
Professional Development
10 questions
Chapter 2 - FSW

Quiz
•
Professional Development
15 questions
Javascript basics

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development