Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

《JavaScript专题之递归》讨论 #176

Open
conan1992 opened this issue May 28, 2020 · 1 comment
Open

《JavaScript专题之递归》讨论 #176

conan1992 opened this issue May 28, 2020 · 1 comment

Comments

@conan1992
Copy link

function f(x){ return g(x) + 1; }
我想问下为啥return g(x)和return g(x)+1,前者的执行上下文栈会先push再pop,后者就不会?

Originally posted by @leonwens in #49 (comment)

@mqyqingfeng
Copy link
Owner

@conan1992 感谢你的回答~

@mqyqingfeng mqyqingfeng changed the title `` 《JavaScript专题之递归》讨论 Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants