BonsaiDen/JavaScript-Garden

typos in Italian translation

roccomuso opened this issue · 1 comments

There are some inaccuracies in the Italian translation:

funzione anonima come funzione di callback ad un'altra, possibilmente asincrona, funzione.

Even this code is wrong, Test() should be replaced with Person():

function Person() {
    this.someValue = 2;

    return {
    name: 'Charles'
    };
}

new Test();

or again:

tutti i metodi da un altro oggetto oppure mettere quell'oggetto nel proptotipo del nuovo oggetto

// la dichiarazione function viene spostate qui

Thanks! Please reopen as a pull request, as we only have a few maintainers with limited time. You can edit directly in github if you like.