赣南脐橙

keybr

佰草伐

导航

But what happens when we remove the original object?

var ninja = { 
  yell: function(n){ 
    return n > 0 ? ninja.yell(n-1) + "a" : "hiy"; 
  } 
}; 
assert( ninja.yell(4) == "hiyaaaa", "A single object isn't too bad, either." ); 
 
var samurai = { yell: ninja.yell }; 
var ninja = null; 
 
try { 
  samurai.yell(4); 
catch(e){ 
  assert( false, "Uh, this isn't good! Where'd ninja.yell go?" ); 
}

posted on 2020-10-26 14:37  佰草伐  阅读(81)  评论(0编辑  收藏  举报

keybr

php基础知识

Wood Furniture