Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level11/lesson2

what is the correct code for line 35
by

1 Answer

iamabhishek
Here is the correct ans:

<!doctype html>
<html>
<head>
<title>JS String Operations</title>
<style>
input {
padding: 10px;
width: 300px;
}

… resultDiv.innerText = "Number of words:" + arr.length;
}
</script>
</body>
</html>

Login / Signup to Answer the Question.