const
text
=
"Ahoj svete"
.
toUpperCase
(
)
for
(
let i
=
0
;
i
<
text.
length
;
i
++
)
{
console.
log
(
text
[
i
]
)
}