好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

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

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

群里的题目:

void function () { //abcd

   do break ; while ( typeof delete this );

   for ( var a;;)

   if ( true )  with ( null )

   try {} catch (a){}finally{} else throw new 1;

 

   switch (1 in 1 instanceof 1) {

     case false :

     default :

   }

   return ;

};

谢谢@闹闹爷的提醒,搞了个改进版

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("去掉注释可以运行到这里")

};

 

 

标签:  javascript

作者: Leo_wl

    

出处: http://www.cnblogs.com/Leo_wl/

    

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

版权信息

查看更多关于写一段最短的代码,用上js所有关键字的详细内容...

  阅读:41次