JSFiddle - React, Tailwind, and code Playground

by Siva Subramaniam

JavaScript

function test() {
	console.log('hello world');
}
// Print the function using the inbuilt toString method
console.log(test.toString());