process.kill(johnConnorId);
Терминатор (The Terminator)
class RingMaster { constructor() { this.oneRing = 'rule_them_all'; } }
Властелин колец (The Lord of the Rings)
if (stones.length === 6) { universe.population /= 2; }
Мстители: Война бесконечности (Avengers: Infinity War)
if (andy.poster.behind === 'tunnel') { escape(); }
Побег из Шоушенка (The Shawshank Redemption)
const ticket = chocolateBar.find(b => b.isGolden);
Чарли и шоколадная фабрика (Charlie and the Chocolate Factory)
const user = { location: 'Deserted Island', friends: ['Wilson'] };
Изгой (Cast Away)
if (fences.power === false) { dino.escape(); }
Парк Юрского периода (Jurassic Park)
const elements = [Fire, Water, Earth, Air]; const genesis = elements.reduce((acc, el) => acc + el, Leeloo);
Пятый элемент (The Fifth Element)
if (teddy.isMarshal === false) { return 'Patient_67'; }
Остров проклятых (Shutter Island)
for (let i = 0; i < 1000; i++) { print("All work and no play makes Jack a dull boy"); }
Сияние (The Shining)
setTimeout(saveEarth, 23 * 365 * 24 * 60 * 60 * 1000); // 1 hour = 7 years
Интерстеллар (Interstellar)
while (shark.isApproaching()) { throw new MemoryLeakException('You\'re gonna need a bigger RAM'); }
Челюсти (Jaws)
if (mirror.target === user) { console.log("You talkin' to me?"); }
Таксист (Taxi Driver)
house.balloons = 10000; house.flyTo('Paradise Falls');
Вверх (Up)
function dream() { dream(); } // Recursion
Начало (Inception)
while (true) { yield new Reality(Simulation.RED_PILL); }
Матрица (The Matrix)
if (developer.age > 50) { location.type = 'No_Country '; }
Старикам тут не место (No Country for Old Men)
const aliens = ['Abbott', 'Costello']; aliens.language = 'circular_symbols';
Прибытие (Arrival)
if (Ape.climbs === 'Empire State Building') { planes.attack(); }
Кинг-Конг (King Kong)
git log --since="1985-10-26" --until="2015-10-21" --speed=88mph
Назад в будущее (Back to the Future)
private #secretClub() { throw new Error('Rule 1: Confidential'); }
Бойцовский клуб (Fight Club)
let identity = 'Pilot'; identity = 'Doctor'; identity = 'Lawyer';
Поймай меня, если сможешь (Catch Me If You Can)
function cloneWorker() { const clone = Object.assign({}, original); drown(original); }
Престиж (The Prestige)
candyland.on('handshake_refused', () => schultz.shoot());
Джанго освобождённый (Django Unchained)