We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a1414 commit 8b84b22Copy full SHA for 8b84b22
scripts/algorithms/R/Remove Comments/Remove Comments.js
@@ -1,3 +1,4 @@
1
+// Runtime: 96 ms (Top 43.16%) | Memory: 42.5 MB (Top 14.74%)
2
var removeComments = function(source) {
3
let result = [];
4
let multi_line_comment = false;
@@ -38,5 +39,3 @@ var removeComments = function(source) {
38
39
})
40
return result;
41
}
-
42
0 commit comments