Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Do some naive JS executions</title>
<script>
function run() {
}
run(42);
run(document.createElement("div"));
</script>
</head>
<body testAttr="foo">
</body>
</html>