We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9fb40 commit a8c1094Copy full SHA for a8c1094
1 file changed
edit/code.js
@@ -2,3 +2,6 @@ import { one } from '/code/one.js';
2
import { two } from '/code/two.js';
3
import { three } from '/code/three.js';
4
export var full = one+two+three
5
+export function fuller() {
6
+console.log(full)
7
+}
0 commit comments