关注
function Hard(str){ var that = {}; that.__proto__ = arguments.callee.prototype ; that.str = "I am " + str; setTimeout(that.settime.bind(that)); return that; } Hard.prototype.yanchi = function(m){ console.log("sleep") var d = new Date(); var n = this._restFirst*1000; for(var i = 0; i < d; i++){ if( new Date() - d > n ){ console.log("sleep end") return false; } } } Hard.prototype.learn = function( sr ) { this._learn = sr; return this; } Hard.prototype.rest = function( num ){ this._rest = num; return this; } Hard.prototype.restFirst = function ( n ) { this._restFirst = n; this._rest = 0; return this; } Hard.prototype.settime = function(){ var { str, _learn, _rest, _restFirst} = this; var num = _rest || _restFirst; if( _restFirst !== undefined ){ this.yanchi(); }else{ console.log(str); } if(num){ setTimeout(function(){ console.log( `Start learning after ${ num } seconds` ); if( _restFirst !== undefined ){ console.log(str); } if( _learn ){ console.log( "Learning " + _learn ) } },_rest*1000) } }
查看原帖
1 2
相关推荐
点赞 评论 收藏
分享

点赞 评论 收藏
分享
牛客热帖
更多
正在热议
更多
# 职场捅娄子大赛 #
377452次浏览 3848人参与
# 工作中的卑微时刻 #
12423次浏览 69人参与
# 写给毕业5年后的自己 #
14156次浏览 244人参与
# 多益网络工作体验 #
45524次浏览 237人参与
# 实习最想跑路的瞬间 #
876次浏览 11人参与
# 机械人,你拿到几个offer啦 #
35024次浏览 303人参与
# 比亚迪求职进展汇总 #
718692次浏览 3079人参与
# 你觉得材料专业有必要实习嘛 #
12975次浏览 59人参与
# 你的房租占工资的比例是多少? #
31440次浏览 396人参与
# 神州信息工作体验 #
10223次浏览 45人参与
# 找实习你看重大厂光环还是业务方向 #
15534次浏览 117人参与
# lastday知无不言 #
53420次浏览 443人参与
# 机械人,说说你的烦心事 #
66806次浏览 832人参与
# 材料专业就业可以去哪些企业岗位 #
33704次浏览 320人参与
# 产品实习,你更倾向大公司or小公司 #
151796次浏览 1935人参与
# 你最满意的offer薪资是哪家公司? #
28832次浏览 159人参与
# 工作经验重要还是工资重要? #
131927次浏览 1005人参与
# 听到哪句话就代表面试稳了or挂了? #
167828次浏览 1357人参与
# 打工人的辛酸 #
40891次浏览 422人参与
# 硬件人秋招的第一个offer #
73082次浏览 1120人参与