es6_Demo.js 110 Bytes
var  firstName = "Pandora";
var  lastName = "G.Dragon";
var  year = 1973;
export {firstName, lastName, year};