Files

1 line
87 B
JavaScript

function first() { var a = "first"; second(); function second() { var a = "second"; } }