console.log is not working #2494
Answered
by
othaime-en
TimeKeyRoll
asked this question in
Q&A
-
It is just showing the name of console but not the value which is expected. Anyone know how to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Sep 11, 2022
Replies: 1 comment 6 replies
-
Console.log is working just fine. It's just that what you are trying to print is a pretty huge object thats why it is shortened to type |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
TimeKeyRoll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Console.log is working just fine. It's just that what you are trying to print is a pretty huge object thats why it is shortened to type
[object object]