为了账号安全,请及时绑定邮箱和手机立即绑定

今天做深信服的笔试题 最有一道题不会 请大佬指教

今天做深信服的笔试题 最有一道题不会 请大佬指教

ITMISS 2019-03-21 14:28:46
查看完整描述

2 回答

?
慕码人2483693

TA贡献1860条经验 获得超9个赞

var AI = function () {    this.timeout = null;    this.cancel = function () {
        clearTimeout(this.timeout);        return this;
    }    this.talk = function () {        this.timeout = setTimeout(() => console.log('talk'));        return this
    }
}var ai = new AI()
ai.talk().cancel()


查看完整回答
反对 回复 2019-03-21
  • 2 回答
  • 0 关注
  • 554 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信