TTPlayer's recent timeline updates
TTPlayer

TTPlayer

V2EX member #169379, joined on 2016-04-20 14:00:50 +08:00
TTPlayer's recent replies
Apr 25, 2017
Replied to a topic by searene Node.js 请问这段 js 代码为什么会输出 undefined?
var func = function func() {
return {
a: 1,
b: function b() {
return undefined.a;
}
};
};
var instance = func();
console.log(instance.b()); // undefined

以上的 babel 转换成 es5 后的代码,可以参考一下
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3195 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 12:34 · PVG 20:34 · LAX 05:34 · JFK 08:34
♥ Do have faith in what you're doing.