const replicant = { type: 'Nexus-7', status: 'on-the-run' };
const origami = { animal: 'origami', creator: 'Sapper' };
const data = { eyes: 'blue', density: 'light' }; // VOIGHT-KAMPFF test
const webAssembly = 'The future of web development';
const nodejs = 'Running JavaScript everywhere';
const spinner = { direction: 'up', destination: 'Tyrell Corp' };
const digitalRain = [...Array(20)].map(() => Math.random());
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
const dystopia = { weather: 'rain', season: 'perpetual night' };
const bladerunner = { target: 'replicant', weapon: 'pistol' };
const origami = { animal: 'origami', creator: 'Sapper' };
const data = { eyes: 'blue', density: 'light' }; // VOIGHT-KAMPFF test
const data = { eyes: 'blue', density: 'light' }; // VOIGHT-KAMPFF test
const javascript = { goodParts: false, es6: true, future: 'bright' };