Code Block with Copy Button Example

Here is a JavaScript example with a copy button:
helloworld.js
Copied!
function helloWorld() {
console.log("Hello, world!");
}