Console is not showing the logs I'm trying to print in javascript

I m using console.log in my node js repl but it’s not getting logged on the console.

Hey, @aditya63 welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

2 Likes

https://replit.com/@aditya63/rotated-array-search#index.js

I just checked your repl, the console.log does work:
image

2 Likes

Thanks, i realize something was wrong with my code. Appreciate the quick response

1 Like