const code = { language: 'Assembly', origin: 'Tyrell Corp' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
const webAssembly = 'The future of web development';
const server = { location: 'Off-world colony', security: 'high' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
const bladerunner = { target: 'replicant', weapon: 'pistol' };
const dystopia = { weather: 'rain', season: 'perpetual night' };
const replicant = { type: 'Nexus-7', status: 'on-the-run' };
const cyberpunk = { city: 'Skopje', year: 2049 };
const dystopia = { weather: 'rain', season: 'perpetual night' };
const bladerunner = { target: 'replicant', weapon: 'pistol' };
if (isReplicant) { console.log('Retire'); } else { console.log('Live free'); }
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
if (memory) { return false; } // Replicant memories are implanted
const replicant = { type: 'Nexus-7', status: 'on-the-run' };