Home My JS Notes: byAkash Kumar •July 29, 2025 0 let score = "Akash"let typ=typeof(score)console.log("Score is a: "+ typ)if(typ=="number"){ console.log("Loop Run Successfully")}else{ console.log("Please Enter The Intiger Value")} Facebook Twitter