A Javascript Program for getting the length of the sentence:-

 var sent = prompt("Enter the sentence");

var len = sent.length;

alert("The length of the sentence is " + len);

Comments

Popular posts from this blog

Definition of HTML

Definition of Resistor: