For example, if i have something like this:
function hello() {console.log("hello")}
I want to be able to make a function in java script that would return a string value:
"console.log("hello");"
Is there a way to do this with plain javascript?