We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63aa9d commit 5f4a5bcCopy full SHA for 5f4a5bc
recursion.js
@@ -1,5 +1,6 @@
1
// to test these problems you can run 'node recursion.js' in your terminal
2
// Problem 1:
3
+// hi
4
5
let n = 1;
6
while (n <= 10) {
0 commit comments