Hello everyone ! Can any experienced developer suggest what they expect from a fresher for hiring or an interview prospect? At what level must he know JavaScript?
HI @Madmax2 !
I would suggest googling commonly asked interview questions for juniors because the top articles provides questions and answers that you would be asked during an interview.
But here are a few that come to mind.
-
What is the difference between == and === operators?
-
What is the difference between synchronous and asynchronous JavaScript?
-
What are promises in JavaScript?
-
What is the DOM?
-
What are callbacks?
-
What are closures?
-
What is the difference between “let” and “const”?
There are a lot more. But that should give you a basic idea of what could be asked in an interview.
1 Like
Thank You for commenting