Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

|Sl.No| Questions |
|-----|-----------------------------------------------------------------------------------|
| 01.|[What is difference between document.getElementById() and document.uerySelector()?](#q-what-is-difference-between-document-getelementbyid-and-document-ueryselector)|
| 01.|[What is difference between document.getElementById() and document.querySelector()?](#q-what-is-difference-between-document-getelementbyid-and-document-queryselector)|
| 02.|[When to use reduce(), map(), foreach() and filter() in JavaScript?](#q-when-to-use-reduce-map-foreach-and-filter-in-javascript)|
| 03.|[What is Hoisting in JavaScript?](#q-what-is-hoisting-in-javascript)|
| 04.|[What are closures?](#q-what-are-closures)|
Expand Down