Javascript's code question.

User avatar
MaxG
Уже с Приветом
Posts: 597
Joined: 24 Feb 1999 10:01
Location: Sacramento CA,USA

Javascript's code question.

Post by MaxG »

Есть исходный код:

Code: Select all

var person=function()
{var name="";
var_children=[];
function_getAllDescendants(){}
 return
{_name:name,_children : children,_getAllDescendants:getAllDescendants};};
Нужно выполнить function_getAllDescendants которая должна вернуть allDescendants переменной person.

Благодарю за помощь.

Return to “Вопросы и новости IT”