Skip to content

Instantly share code, notes, and snippets.

View kavyasri-coder's full-sized avatar

kavyasri-coder

View GitHub Profile
@kavyasri-coder
kavyasri-coder / Top20 JavaScript Interview Questions
Last active May 20, 2024 12:40
JavaScript Important Interview Questions
What are the ES6 features?
explain let, var, and const?
explain hoisting?
Given the array as [1,2,1,3,3] write a javascript function for finding duplicates and unique numbers in the given array?
what is DOM? how can we access the DOM?
Explain async and await with example?
Write a function to print the pyramid pattern?
What is JS Engine?
what is meant by Javascript Generators?
How can you ensure a web page is responsive, adapting to different screen sizes and devices? Describe the methods and techniques you would use to achieve this in the DOM.