We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbebff7 commit 5938483Copy full SHA for 5938483
linked-list/sum-lists.js
@@ -80,5 +80,5 @@ function test2() {
80
console.log(sumLists(list1, list2, {isForwardOrder: true}).toString()); // 9 -> 1 -> 2 = 912
81
}
82
83
-// test1();
+test1();
84
test2();
0 commit comments