setTimeout in Javascript (24 th April 2022 : Sunday Class)
<!DOCTYPE html > <html lang = "en" > <head> <meta charset = "UTF-8" > <meta http-equiv = "X-UA-Compatible" content = "IE=edge" > <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > <title> use of array </title> <script src = "myscript.js" ></script> <script> var str= "compuhelp" ; var ctr=-1; var mytimer; function getInput() { //str=prompt("Enter string :"); //alert("your string is " + str); // document.write(str); if (ctr<str.length-1) { ...