- Notifications
You must be signed in to change notification settings - Fork6.7k
[MAD][WEB-PT1017][RAQUEL-FDEZ]#184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
// Counting Repetion | ||
function howManyTimes (words, word) { | ||
count = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
cuando quieras utilizar variables dentro de una función sólo, deberías declararlas dentro, con var por ejemplo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
buen ejercicio Raquel!
I didn't make the bonus