Skip to content

Commit 7e9dbeb

Browse files
committed
Added new JavaScript questions and solutions to README
1 parent fcb0fdb commit 7e9dbeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@
519519
| 469 | [What is globalThis, and what is the importance of it?](#what-is-globalthis-and-what-is-the-importance-of-it) |
520520
| 470 | [What are the array mutation methods?](#what-are-the-array-mutation-methods) |
521521
| 471 | [What is module scope in JavaScript?](#what-is-module-scope-in-JavaScript) |
522-
523522
<!-- TOC_END -->
524523

525524
<!-- QUESTIONS_START -->
@@ -8992,7 +8991,6 @@ The `globalThis` property provides a standard way of accessing the global object
89928991
89938992
<!-- QUESTIONS_END -->
89948993
8995-
89968994
### Coding Exercise
89978995
89988996
#### 1. What is the output of below code

0 commit comments

Comments
 (0)