+ 2
How do I go about doing this?
I can't use < > https://code.sololearn.com/WlIEupeAAl04/?ref=app
2 odpowiedzi
+ 8
Use this
document.body.innerHTML+=
"<script>"+alert('hi')+"<"/"script>"
Hope this help
+ 2
Harsh, it doesn't work completely but great idea splitting the tag. Thanks. :)