Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d1d9faf

Browse files
Switch Vars
1 parent c4012b8 commit d1d9faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Exercises/ex03/switchVars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// You should write your code in place of the comment below that reads // place your code here
33
// The program below should produce the following output:
44
// a = 3; b = 5
5-
// a = 5; b = 3
5+
// a = 5; b = 3
66

77
var a=3,b=5;
88

@@ -12,4 +12,4 @@ console.log("a = " + a + "; b = " + b);
1212

1313
function switchVars() {
1414
// place your code here
15-
}
15+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /