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 3ea82ad

Browse files
Remove empty lines
1 parent cd9ff24 commit 3ea82ad

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎JavaScript/1-range.js‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
class Range {
4-
54
constructor(first, second, step = 1) {
65
if (second === undefined) {
76
this.start = 0;
@@ -37,7 +36,6 @@ class Range {
3736
}
3837
};
3938
}
40-
4139
}
4240

4341
console.log([

‎JavaScript/2-range-generator.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function* range(first, second, step = 1) {
2222
current += step;
2323
}
2424
}
25-
2625
}
2726

2827
console.log([

0 commit comments

Comments
(0)

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