Skip to content

Commit 97637ad

Browse files
committed
Added codewar related code
1 parent 7db8109 commit 97637ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sprint-1/1-key-exercises/1-count.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
// Described what line three is doing.
1111

12+
// Example from codewar (from programming workshop)
13+
1214
function drawStairs(n) {
1315
let result = "";
1416
if (n < 1) return result; // nothing to do

0 commit comments

Comments
 (0)