码迷,mamicode.com
首页 > 其他好文 > 详细

写出结果

时间:2016-11-20 13:28:56      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:amp   error:   code   []   function   color   rip   div   turn   

 1 <script>
 2     f = function () {
 3         return true
 4     };
 5     g = function () {
 6         return false
 7     };
 8     (function () {
 9         if (g() && [] == ![]) {
10             f = function f() {
11                 return false;
12             };
13             function g() {
14                 return false
15             };
16         }
17     })();
18     alert(f());   //true  or false?
19 </script>

结果:

Uncaught TypeError: g is not a function

写出结果

标签:amp   error:   code   []   function   color   rip   div   turn   

原文地址:http://www.cnblogs.com/coldfishdt/p/6082316.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!