© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Cho, Yongjoon
forEach function takes a function. But adder() is not a function. It's the return value of adder() which is undefined.
forEach
adder()
undefined