Skip to content

Commit 9562122

Browse files
authored
Update 1299-Replace-Elements-with-Greatest-Element-on-Right-Side.js
1 parent 8f88176 commit 9562122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/1299-Replace-Elements-with-Greatest-Element-on-Right-Side.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ var replaceElements = (arr, max = -1) => {
3232
}
3333

3434
return arr;
35-
};
35+
};

0 commit comments

Comments
 (0)