mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-01-26 09:16:38 +00:00
7 lines
48 B
JavaScript
7 lines
48 B
JavaScript
|
|
function foo() {
|
|
//some function
|
|
}
|
|
|
|
foo();
|