Javascript
Fermé
moufida
-
Chris 94 Messages postés 58330 Statut Modérateur -
Chris 94 Messages postés 58330 Statut Modérateur -
bonjour, svp quelle est la bonne réponse et pourquoi
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
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
" pour cela je suit perturbé