https://github.com/preethi-dev/modern_js
https://github.com/preethi-dev/modern_js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/preethi-dev/modern_js
- Owner: Preethi-Dev
- Created: 2021-06-26T13:47:23.000Z (almost 4 years ago)
- Default Branch: Day10
- Last Pushed: 2021-07-12T06:33:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T22:54:27.842Z (4 months ago)
- Language: HTML
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern_JS
Learn modern JS from basic conceptsForm Event and Regex Pattern
- e.preventDefault() => prevent the default behaviour of browser
- use of regex
=> strats and end with forwars slash /regex pattern/
=> use start check => ^
=> use end check => $
=>[] => single match
=>{} => set the length
=> userInput.test(pattern)
=>pattern.search(userInput)
So, Let's get started