What is the output of following JavaScript code? <script type=\"text/javascript\
ID: 3541570 • Letter: W
Question
What is the output of following JavaScript code?
<script type="text/javascript">
var cst = new Array();
cst[0] = "Web Development";
cst[1] = "Application Development"
cst[2] = "Testing"
cst[3] = "Chadha Software Technologies";
document.write(cst[0,1,2,3]);
</script>
a) Error
b) Chadha Software Technologies
c) Web Development
d) Web Developmnet,Application Development,Testing,Chadha Software Technologies
19) Choose the server-side JavaScript object among the following:
a) FileUpLoad
b) Function
c) File
d) Date
20) What does parseFloat(9+10) evaluates to in JavaScript?
a) 19
b) 910
c) None
d)1
Explanation / Answer
b
c
c
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.