This project is designed to test various JavaScript features.
Welcome to the test-JAVASCRIPT-FEATURE
repository!.
This project is designed to test various JavaScript features on your browser
-DOM Manipulation -Async/Await -Data Manipulation -String Methods -Array Methods -Date Objects -Regular Expressions -Geolocation -Local Storage -Session Storage -Cache API -File Handling -Set and Map -WeakMap and WeakSet -Generators -Destructuring -Spread Operator -Template Literals -Modules -Proxy and Reflect -Symbols -Iterators -Closures -Detailed Promises -Async/Await Detailed -Object Methods -JSON Methods -Rest Operator -Class -Math -Fetch -Intersection Observer -Mutation Observer -Promise.all -Intl API -WebSockets -and more
We welcome contributions! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes and commit them (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request