1
if (
true
)
{
1
if (
true
)
{
2
console
.
log
(
'hello'
)
;
2
console
.
log
(
'hello'
)
;
3
console
.
log
(
'world'
)
;
3
}
4
}
4
5