(lt.32)Unraveling JavaScript Loops: Master the Art of Iteration for Efficient Coding!
Mar 9, 2024 · 2 min read · 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 ...
Join discussion