index.html
<!DOCTYPE html>
<html lang="en">
<body>
<script>
try{
eval('hello world')
}
catch(e){
console.log(e);
}
finally{
console.log("finally block executes no matter what");
}
</script>
</body>
</html>
index.html file <! DOCTYPE html > < html lang = "en" > < body > < script > let re ; re = /hello/ i ; ...
No comments:
Post a Comment