2016年9月20日

New Object 和Object.create()

摘要: new Object new Object() 构造函数 阅读全文

posted @ 2016-09-20 14:25 carlyin 阅读(188) 评论(0) 推荐(0)

Console.assert 断言

摘要: 接受2个参数 第一个参数转换为boolean值为true,什么也不做 第一个参数转换为boolean值为false,assert打印第二个参数的返回值(基本为字符串) 阅读全文

posted @ 2016-09-20 10:04 carlyin 阅读(776) 评论(0) 推荐(0)

导航