Marko 1 year ago
parent
commit
5889aa6cb5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      file.js

+ 3 - 3
file.js

@@ -39,15 +39,15 @@ function intRandom(a,b) {
     }
 intRandom()
 
-// greetAll ?
-let guys = "";
+greetAll 
 function greetAll(){
+    let guys = "";
     for(i = 0;i<arguments.length;i++){
         guys+=  "," +  " " + arguments[i]};
         alert(`Hi ${guys}`)
 
 }
-greetAll()
+
 
 // sum