From d9b40f4e0c0479e85fa2e6bd9e7c6527e95fa32c Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 19 Apr 2023 16:59:01 -0400 Subject: [PATCH] taking out comments --- random.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/random.js b/random.js index 11c62c2..ee2b53a 100644 --- a/random.js +++ b/random.js @@ -11,13 +11,6 @@ //console.log(resultString); - -//5: 3+2, 2+3 -//6: 2+2+2, 3+3 -//7: 2+2+3, 2+3+2, 3+2+2 -//8: 2+3+3, 3+2+3, 3+3+2 -//9: 3+3+3, 2+2+2+3, 2+2+3+2, 2+3+2+2, 3+2+2+2 - const breakDown = (node)=>{ if(node.value < 4){