Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which one of the given options can be considered as a code equivalent to the following code?
Home
JavaScript
Which one of the given options can be considered as a code equivalent to the following code?
0
votes
asked
Mar 24, 2021
in
JavaScript
by
sharadyadav1986
Which one of the given options can be considered as a code equivalent to the following code?
a) var o =newObject();
b) var o= new Object;
c) var o;
d) var o = Object();
e) Object o=new Object();
javascript
function
object
Please
log in
or
register
to answer this question.
0
Answers
...