Computer Science, asked by BhushanBolake, 1 year ago

write an Event Driven program in Javascript to display length of the entered string​

Answers

Answered by MohammedIlyas
4

<script type="text/javascript">

var myString = "123456";

var length = myString.length;

document.write("The string is this long: " + length);

// Same thing, but using the property inside the write function

document.write("<br />The string is this long: " + myString.length);

</script>

Hope this helps u

If so, Plz mark me as the Brainliest

Answered by Anonymous
7

Answer:

♡AnswEr♡ HOPE IT HELPS YOU

..................................................................................

HI

PLEASE MARK THIS ANSWER AS BRAINLIST ANSWER.

.......................................................................

PLEASE FOLLOW ME

........................................................................

PLEASE THANK MY 15 ANSWER

........................................................................

GIVE ❤️ TAKE THANKS

........................................................................

Attachments:
Similar questions