const spinner = { direction: 'up', destination: 'Tyrell Corp' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
const origami = { animal: 'origami', creator: 'Sapper' };
if (isReplicant) { console.log('Retire'); } else { console.log('Live free'); }
const cyberpunk = { city: 'Skopje', year: 2049 };
if (isReplicant) { console.log('Retire'); } else { console.log('Live free'); }
const spinner = { direction: 'up', destination: 'Tyrell Corp' };
const dystopia = { weather: 'rain', season: 'perpetual night' };
const webAssembly = 'The future of web development';
const javascript = { goodParts: false, es6: true, future: 'bright' };
function replicant() { return 'More human than human'; }
const server = { location: 'Off-world colony', security: 'high' };
const nodejs = 'Running JavaScript everywhere';
function deploy() { return 'To the future'; }
const digitalRain = [...Array(20)].map(() => Math.random());