-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(array-methods): add examples for array manipulation methods
- Demonstrated various array methods including push, pop, unshift, shift, slice, and splice with detailed examples. - Included examples showcasing: - Adding and removing elements dynamically using push and pop. - Array conversions using oString. - Merging arrays with concat. - Replacing and modifying elements using splice. - Added a practice scenario involving company names: - Removed the first company. - Replaced Uber with Ola. - Added Amazon at the end.
- Loading branch information
1 parent
43bd158
commit adc1452
Showing
1 changed file
with
61 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters