Skip to content

Atividadeee#129

Open
ferBecker wants to merge 3 commits intoifpb:masterfrom
ferBecker:master
Open

Atividadeee#129
ferBecker wants to merge 3 commits intoifpb:masterfrom
ferBecker:master

Conversation

@ferBecker
Copy link
Contributor

No description provided.

Comment on lines +2 to +3
let n1 = 1;
let n2 = 2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let n1 = valor1;
let n2 = valor2;

@@ -0,0 +1,2 @@
import {soma,valor1,valor2} from "./sum.mjs";
soma(valor1,valor2) No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console.log(soma(1, 1));

soma(); No newline at end of file
soma();

export {soma,valor1,valor2} No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

export { soma };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants