-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Added new JavaScript questions to README #302
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
Conversation
Hi @avrame @ckpinguin @lliccien @avalla,
I hope you're doing well! I wanted to kindly follow up on this PR. Please let me know if there's anything I can improve or if additional details are needed. Looking forward to your feedback! 😊
Thank you for your time and effort in maintaining this project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jenesh18 It seems you are trying to access 'privateVariable' instead 'publicFunction' from moduleA. BTW, you are not using publicFunction
anywhere in moduleB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sudheerj, I’ve updated the answer based on your feedback. The incorrect reference to privateVariable has been removed, and the usage of publicFunction has been added in the example. and I created a new PR Please review it when you get a chance. Thanks for your time!
This pull request enhances the repository by adding new JavaScript interview questions and their solutions to the README file. Specifically, the following updates were made: