JSFiddle - React, Tailwind, and code Playground
JavaScript
function test() {
console.log('hello world');
}
// Print the function using the inbuilt toString method
console.log(test.toString());
function test() {
console.log('hello world');
}
// Print the function using the inbuilt toString method
console.log(test.toString());