You can use a simple console.log statement to output "hi" while ignoring everything else:
index.tsx19 chars2 lines
This will only print out "hi" in your console and ignore any other code or statements that might be in your JavaScript file.
gistlibby LogSnag