zakariyesahid96Jan 29, 20221 min readNestingNesting is used when nesting conditions inside other conditionals.For example:const password = prompt ( “ enter password).The above statement would be added in a condition and that’s hos to nest conditions inside other conditionals.
Nesting is used when nesting conditions inside other conditionals.For example:const password = prompt ( “ enter password).The above statement would be added in a condition and that’s hos to nest conditions inside other conditionals.
Comments