问题标签 [keytar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
25 浏览

javascript - 函数的变量总是返回 undefined

想法:
我想从函数返回一个变量,然后使用console.log().

问题:
我不能只使用return result,因为没有返回任何内容。
我真的不知道如何返回变量。

我已经看过这样的帖子但是我可能缺乏适当的理解来将其实现到我的代码中。

当前代码