2018-11-16 19:57:15 +08:00

5 lines
92 B
JavaScript

const moduleNameB = 'moduleB';
function FunctionB() {
alert('FunctionB in ModuleB.');
}