DEV Community

Cover image for 🔥JavaScript Interview Questions for Machine Coding rounds⚡
Shaik Dawood
Shaik Dawood

Posted on • Updated on

🔥JavaScript Interview Questions for Machine Coding rounds⚡

Hello everyone,👋

In this article we'll discuss about JavaScript Interview questions that will be asked in the Machine Coding Rounds or Code Assignment Rounds.

🔥 I've listed out some of the questions which may ask in the UI interviews.

  1. Comments Widget: 👉 We need to develop a comments widget with functionality as shown below:
    • Able to comment.
    • Edit the comment.
    • Delete the comment.
    • Like the Comment.
    • Nested Comments.
  2. Todo App:
    👉 We need to develop a Todo App with functionality as shown below:

    • Create, Edit, Delete Lists.
    • DND (Drag and Drop Cards ) feature.
  3. Food Ordering App:
    👉 We need to develop a Food Ordering App with functionality as shown below:

    • Able to display Restaurants information using an API or create a JSON.
    • Display menu of Food Items.

We'll discuss this questions one by one in this Blog only. Stay tuned for it.😎

{ .....
..
... to be continued.
}

Top comments (0)