Skip to content

Commit 9d27ecd

Browse files
Fix typo
Added missing 'q' in document.querySelector() and the hyperlink on line 14.
1 parent 349ab48 commit 9d27ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)