function doBadThings() {
// much more damaging scripts can be defined here, for
// demo purposes, we will just have an alert statement
alert('XSS');
}
doBadThings();
vf
By Huzaim Ahamed,
Updated on 19 Mar 2024
info
Please log in to subscribe.
info
Please log in to comment.