mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
const moduleNameB = 'moduleB';
|
|
|
|
function FunctionB() {
|
|
alert('FunctionB in ModuleB.');
|
|
} |