首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

写一段最短的代码,用上js全部关键字

2012-08-07 
写一段最短的代码,用上js所有关键字new function() {do breakwhile(typeof delete this)for(var avoid

写一段最短的代码,用上js所有关键字

new function() {    do break;while(typeof delete this);    for(var a;void 0;)        continue    if (null)        with(0)    try{        switch(1 in 1 instanceof 1) {            case false:            default:throw true        }    }catch(a){}finally{}else return  // console.log("去掉注释可以运行到这里")};
?

热点排行