Nesting
- zakariyesahid96
- Jan 29, 2022
- 1 min read
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