Source code

Revision control

Copy as Markdown

Other Tools

function baz() {}
function bar() {}
function foo() { bar() }
foo();