#11 🛑 Five Important String operations for beginners - adarshtiwari1998/JavaScript-Crash-Course-Project-v1 GitHub Wiki

*****************************Tutorial Start đŸ”Ĩ ********************************

Five Important String operations for beginners

1. How to check equality of two string

<!--1.CODE SNIPPET HERE, check the repository -->


2. Comparing two string

<!--2.CODE SNIPPET HERE, check the repository -->


3. Replace certain word with another

Click here to learn more about ascii value https://theasciicode.com.ar/ascii-printable-characters/lowercase-letter-m-minuscule-ascii-code-109.html


4. accessing characters -string[0]

<!--2.CODE SNIPPET HERE, check the repository -->


5. converting string to array using split function

<!--2.CODE SNIPPET HERE, check the repository -->