DEV Community

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

Collapse
 
bolt04 profile image
David Pereira

Hope any of them help 😃

Collapse
 
kokaneka profile image
kapeel kokane

Hey David. Thanks a lot for the links! Will check them out :)

Collapse
 
ziizium profile image
Habdul Hazeez

In addition to David's contribution Lydia Hallie has a GitHub repo dedicated to JavaScript questions:

GitHub logo lydiahallie / javascript-questions

A long list of (advanced) JavaScript questions, and their explanations ✨

JavaScript Questions


I post multiple choice JavaScript questions on my Instagram stories, which I'll also post here! Last updated: December 24th

From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! 💪 🚀 I update this repo regularly with new questions. I added the answers in the collapsed sections below the questions, simply click on them to expand it. It's just for fun, good luck! ❤️

Feel free to reach out to me! 😊
Instagram || Twitter || LinkedIn || Blog


See 17 Available Translations 🇪🇸🇮🇹🇩🇪 🇫🇷🇷🇺🇨🇳🇵🇹


1. What's the output?
function sayHi() {
  console.log(name)
  console.log(age)
  var name = 'Lydia
Thread Thread
 
kokaneka profile image
kapeel kokane

Wow! That's an awesome list of questions! Thanks

Thread Thread
 
ziizium profile image
Habdul Hazeez

You are welcome. I hope it helps.