const bladerunner = { target: 'replicant', weapon: 'pistol' };
const nodejs = 'Running JavaScript everywhere';
const code = { language: 'Assembly', origin: 'Tyrell Corp' };
const conference = { name: 'WhatTheStack', vibe: 'neon' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
function replicant() { return 'More human than human'; }
const bladerunner = { target: 'replicant', weapon: 'pistol' };
function deploy() { return 'To the future'; }
const origami = { animal: 'origami', creator: 'Sapper' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
if (memory) { return false; } // Replicant memories are implanted
const cyberpunk = { city: 'Skopje', year: 2049 };
const data = { eyes: 'blue', density: 'light' }; // VOIGHT-KAMPFF test
const webAssembly = 'The future of web development';
const digitalRain = [...Array(20)].map(() => Math.random());