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 7db8109 commit 97637adCopy full SHA for 97637ad
Sprint-1/1-key-exercises/1-count.js
@@ -9,6 +9,8 @@
9
10
// Described what line three is doing.
11
12
+// Example from codewar (from programming workshop)
13
+
14
function drawStairs(n) {
15
let result = "";
16
if (n < 1) return result; // nothing to do
0 commit comments