Exporting with ES6 syntax

suggest change

This is the equivalent of the other example but using ES6 instead.

export function printHelloWorld() {
  console.log("Hello World!!!");
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents