Marko hace 1 año
padre
commit
5889aa6cb5
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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