Skip to content

Added new JavaScript questions to README #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Added new JavaScript questions and solutions to README
  • Loading branch information
Jenesh18 committed Jan 18, 2025
commit 7e9dbeb84b085238f5708ccd184034b553f2bdbe
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@
| 469 | [What is globalThis, and what is the importance of it?](#what-is-globalthis-and-what-is-the-importance-of-it) |
| 470 | [What are the array mutation methods?](#what-are-the-array-mutation-methods) |
| 471 | [What is module scope in JavaScript?](#what-is-module-scope-in-JavaScript) |

<!-- TOC_END -->

<!-- QUESTIONS_START -->
Expand Down Expand Up @@ -8992,7 +8991,6 @@ The `globalThis` property provides a standard way of accessing the global object

<!-- QUESTIONS_END -->


### Coding Exercise

#### 1. What is the output of below code
Expand Down