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   ·   6118 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 02:45 · PVG 10:45 · LAX 19:45 · JFK 22:45
♥ Do have faith in what you're doing.