I want to create a function that can be created from text values, like the replace function.
I want the code below to work without errors.
code:
"hello world".myFunction()
console:
hello world
I want to create a function that can be created from text values, like the replace function.
I want the code below to work without errors.
code:
"hello world".myFunction()
console:
hello world