An open API service indexing awesome lists of open source software.

https://github.com/preethi-dev/modern_js


https://github.com/preethi-dev/modern_js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Modern_JS
Learn modern JS from basic concepts

Form 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