Created
May 29, 2023 11:19
-
-
Save hoyangtsai/439fe26cc20dd05c6f1936a150a06b03 to your computer and use it in GitHub Desktop.
replace a word in a sentence #snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Brave New World'.split('New').join('Old') | |
// "Brave Old World" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment