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
151 stars 46 forks source link

New Function: String replaceAll() #82

Closed roberto-butti closed 1 month ago

roberto-butti commented 1 month ago

What

Add new method documentation file for a new JavaScript function in src/content/docs. The instructions about defining the file's name are documented in the CONTRIBUTING.md file.

Description

Function name: example String.replaceAll() Function description: Replaces all occurrences of a substring in a string File name: example 05-string/11_str-replaceall.md

Checklist

Must read: