Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error no importante #7

Closed
JoseMariaCC opened this issue Apr 4, 2013 · 1 comment
Closed

Error no importante #7

JoseMariaCC opened this issue Apr 4, 2013 · 1 comment

Comments

@JoseMariaCC
Copy link

Error ortográfico que puede dar mal entendidos a los principiantes.

'hello'!='Hello'

En el texto se localiza aqui:

2.9 Funciones


Una función que devuelve un valor

var greet = function(person, greeting) {
var text = greeting + ', ' + person;
return text;
};

console.log(greet('Rebecca','hello'));   // la función devuelve 'Hello, Rebecca',
                                         // la cual se muestra en la consola

Me encanta este libro ;)

leandono pushed a commit that referenced this issue Apr 5, 2013
@leandono
Copy link
Owner

leandono commented Apr 5, 2013

Solucionado, gracias!

@leandono leandono closed this as completed Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants