JavaScript_Practice_Questions
JavaScript_Practice_Questions
2. String Manipulation
1. Write a function to count the number of vowels in a string.
3. Array Operations
1. Write a function to find the second largest number in an array.
2. Create a program to remove duplicates from an array.
9. Write a function to merge two sorted arrays into one sorted array.
4. Object Manipulation
1. Write a function to merge two objects.
5. DOM Manipulation
1. Write a program to change the text content of a paragraph on a button click.
6. Asynchronous Operations
1. Write a program to fetch data from an API and display it in a table.