掘友等级
The curse of knowledge is a cognitive bias that occurs when an individual, communicating with other individuals, unknowingly assumes that the others have the background to understand 获得徽章 0
公司什么都不送 中秋福利就是回家陪妈妈(chidongxi)
看到一道很有意思的题,分享给大家 function Foo() { getName = function () { alert (1); }; return this; } Foo.getName = function () { alert (2);}; Foo.prototype.getName = function () { alert (3);}; var getName = function () { alert (4);}; function getName() { alert (5);} //请写出以下输出结果: Foo.getName(); getName(); Foo().getName(); getName(); new Foo.getName(); new Foo().getName(); new new Foo().getName();
想在上班没活的时候来一道力扣,又不想调出浏览器的力扣界面,脱离vscode?那推荐一个vscode打leetcode代码快乐摸鱼插件吧~在vscode的插件商店中搜索LeetCode,里面下载量最多的插件就是了,下载后可以在左侧出现一个力扣的图标,点击之后登录自己的力扣账号就可以开始你的vscode力扣之旅了哦~这里面可以同步pc端你的力扣刷题进度,还根据难度、题号、标签、公司、喜爱进行了非常细致的划分,可以很轻松找到你想要的题目,快乐的一批 值得注意的是可能有的同学登录不上账号,可以点击上方的浏览器Icon,切换至力扣中国版就可以辽
国外Etienne Jacob大神用代码写的,只有一句卧槽可以形容我的心情了