Skip to content

Commit 3ea82ad

Browse files
committed
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy