Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script>
function foo() {function bar() { } console.log(1); } foo(); </script>