index
:
~cnx/cp
this commit
main
My CP collection
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usth
/
ICT3.2
/
prac
/
2
/
7.js
blob: e268937d8c46967657f4d74125946441ac2d47f7 (
plain
) (
blame
)
1
alert
(
`Output:
${
prompt
(
'Input:'
)
.
split
(
''
)
.
reverse
()
.
join
(
''
)
}
`
);