全局变量在Javascript中保持不变

时间:2017-12-04 17:54:13

标签: javascript firebase callback promise global-variables

我正在开发一个JavaScript项目。我使用firebase作为我的后端。我写了这段代码,我无法理解为什么

export interface JsonElement {
    item: string;
    item2: JsonElement [];
} 

返回undefined但不应该。 firebase数据不为空。有人可以帮我解释为什么全局名称变量不会改变吗?

alert(name)

0 个答案:

没有答案