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:


Exporting and importing module in node.js:
*Exporting with ES6 syntax

Table Of Contents
5Exporting and importing module in node.js
41cli
64ES6