Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
The ” var” and “function” are known as _____________.
Home
JavaScript
The ” var” and “function” are known as _____________.
asked
Dec 1, 2022
in
JavaScript
by
john ganales
Q:
The ” var” and “function” are known as _____________.
a. Data types
b. Keywords
c. Prototypes
d. Declaration statements
var
function
javascript
1
Answer
0
votes
answered
Dec 1, 2022
by
john ganales
(d) Declaration statements
Related questions
0
votes
Q: The "function" and " var" are known as:
asked
Mar 20, 2021
in
JavaScript
by
sharadyadav1986
javascript
javascript-var
javascript-function
function
0
votes
Q: Which one of the following codes is correct for concatenating the strings passed into the function?
asked
Mar 24, 2021
in
JavaScript
by
sharadyadav1986
javascript
function
value-return
0
votes
Q: Which one of the given options can be considered as a code equivalent to the following code?
asked
Mar 24, 2021
in
JavaScript
by
sharadyadav1986
javascript
function
object
0
votes
Q: What is the difference between Let and Var in swift?
asked
Nov 7, 2022
in
Swift
by
Robin
var
let
swift
0
votes
Q: What is the output of 10+20+"30" in JavaScript?
asked
Jun 9, 2022
in
JavaScript
by
sharadyadav1986
javascript
function
0
votes
Q: What will happen if we execute the following code of JavaScript?
asked
Mar 24, 2021
in
JavaScript
by
sharadyadav1986
javascript
function
0
votes
Q: Which of the following values will be returned by the last statement in the given code?
asked
Mar 24, 2021
in
JavaScript
by
sharadyadav1986
javascript
function
0
votes
Q: In JavaScript, do the functions always return a value?
asked
Mar 24, 2021
in
JavaScript
by
sharadyadav1986
javascript
function
return-value
0
votes
Q: Which one of the following is correct output for the following given JavaScript code
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
javascript
function
output-expression
0
votes
Q: Which one of the following is correct output for the following given JavaScript code:
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
javascript
function
expression-out
ut
0
votes
Q: Which one of the following is correct output for the following given JavaScript code:
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
javascript
output-code
function
expression
0
votes
Q: Which one of the following is correct output for the following given JavaScript code:
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
function
javascript
code-output
0
votes
Q: Which of the following is the correct output for the following JavaScript code:
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
javascript-code
javascript
function
code-output
0
votes
Q: If a function which does not return a value is known as _____
asked
Mar 23, 2021
in
JavaScript
by
sharadyadav1986
javascript
return-function
return-statement
0
votes
Q: “The expression that can appear legally on an assignment expression’s left side” is a common explanation for variables, elements of arrays, and properties of objects. These are known as __________:
asked
Dec 1, 2022
in
JavaScript
by
john ganales
javascript
0
votes
Q: Which of these is known as the Equality operator used for checking whether both the values are equal?
asked
Dec 1, 2022
in
JavaScript
by
john ganales
javascript
0
votes
Q: Which one of the following is known as the Equality operator, which is used to check whether the two values are equal or not:
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
equality-operator
javascript
javascript-operator
0
votes
Q: Which of these is used in JavaScript for calling a method or a function?
asked
Dec 1, 2022
in
JavaScript
by
john ganales
method
function
0
votes
Q: In JavaScript, the definition of a function starts with____
asked
Mar 23, 2021
in
JavaScript
by
sharadyadav1986
javascipt
definition
function
0
votes
Q: Syntax for creating a RegExp object: 1. var txt=new RegExp(pattern,attributes); 2. var txt=/pattern/attributes; Which of the above mentioned syntax will correct?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
...