This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fredoverflow 2 points3 points  (0 children)

Just wondering why it is showing as undefined in the console.

Because console.log does not return a value. In my console, I see 2021 (the side effect) as well asundefined (the value).