Copy
function
sayHello
() {
console.
log
(
'Hello'
)
}
See this function?