Interview Preparation
Coding Interview
Objective
May 09, 2013
What is the output of following JavaScript code?
<script type="text/javascript">
var cst = "Chadha Software Technologies";
var result = cst.split(" ");
document.write(result);
</script>
Detailed Explanation
Option C is the right answer
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts