Skip to content

Commit 7e9e518

Browse files
Update 1-js/06-advanced-functions/06-function-object/article.md
Co-authored-by: Ezequiel Castellanos <[email protected]>
1 parent 2d16bef commit 7e9e518

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/06-function-object

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/06-function-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function sayHi() {
138138
alert("Hi");
139139

140140
*!*
141-
//vamos a contar
141+
//vamos a contar las veces que se ejecuta
142142
sayHi.counter++;
143143
*/!*
144144
}

0 commit comments

Comments
 (0)