logo

Crowdly

Що виведе наступний код: var user = {          name: 'Василь',          la...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що виведе наступний код:

var user = {

         name: 'Василь',

         lastname:{

                   name: 'Сергій',

                   lastname:{

                            name: 'Микола',

                            prizv: function(){

                                      alert(this.name);

                            }       

                   }

         }

};

user.lastname.lastname.prizv();
More questions like this

Want instant access to all verified answers on learn.ztu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!