mirror of
https://github.com/github/semantic.git
synced 2025-01-02 12:23:08 +03:00
2 lines
103 B
JavaScript
2 lines
103 B
JavaScript
function parent (arg1, arg2) { function child (arg3, arg4) { console.log(arg1); console.log(arg2); } }
|