I created a Javascript Interview quiz interface, need your help!

kokaneka

kapeel kokane

Posted on April 25, 2020

I created a Javascript Interview quiz interface, need your help!

The Motive

I was planning for a long long time to create a portal with Javascript questions. Not the tricky, puzzle kind, wherein the question is related to a quirky implementation detail of the language and you either know the answer to it or you don't.

The need for another quiz?

I wanted to bring together all the questions which would elevate your level of understanding of how the language works if you went about solving them. I was also not just interested in checking whether one got the right answer or not, but also wanted to make sure that the route one took in order to reach that answer/conclusion was a legit one and not just luck. That is why, on this portal, upon making a choice of answer, whether the answer turned out to be correct or wrong, you would get an explanation with a short summary and a long explanation and you can double-check your train of thought against that.

The result

This weekend, I got up and running a pretty basic skeleton framework for the quiz interface. You can check it out here:
https://kokanek.github.io/javascript-interview-quiz/

Or play around with this fiddle:

What's next:

There are a few tasks that I have planned next, like:

  • An animation of the options buttons of clicking answers
  • CSS confetti falling from top on clicking the right answer
  • Support for multiple questions and the ability to move between them

How can you help?

As you can see, there is just one question on the site right now. Can any of you help me with a reference link of legit Javascript questions? They need to invoke the thought process of the interviewee about any of the advanced javascript concepts. Please send links in the comments section.

Thanks for your time.
Cheers!

💖 💪 🙅 🚩
kokaneka
kapeel kokane

Posted on April 25, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related