mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-27 11:31:47 +00:00
7 lines
48 B
JavaScript
7 lines
48 B
JavaScript
|
|
function foo() {
|
|
//some function
|
|
}
|
|
|
|
foo();
|