roberto-butti / some-drops-of-javascript

This book collects some useful, unknown, underrated JavaScript functions discovered and learned while using JavaScript daily.
https://drops-of-javascript.hi-folks.dev/
Other
137 stars 40 forks source link

Documentation: String IndexOf, Repeat and split method #41

Closed JaydevVadachhak closed 10 months ago

JaydevVadachhak commented 10 months ago

Added Doc for three methods of strings

  1. String.indexOf()
  2. String.repeat()
  3. String.split()
vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
some-drops-of-javascript ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2023 3:28pm
roberto-butti commented 10 months ago

Wow @JaydevVadachhak thank you for this Pull Request, it is amazing to add there 3 new methods. I'm going to merge it.

Thank you!

Roberto