If else : In js the else part doesn't take any condition but there will be no error if you put condition in else part, but it can result to uneven results: // let a= prompt("u r age : ") // to enter a value // console.log(typeof a) // used ...