Hacker News new | past | comments | ask | show | jobs | submit login

closures to the rescue...

    var dict = {
            'disrupt': 'bullshit',
            'growth hacking': 'marketing',
            'rockstar': 'arrogant jerk',
            'ninja': '2cool4u',
            'guru': 'knowitall',
            'lean': 'cheap',
            'startup': 'small business',
            'social media': 'facebook clone',
            'FREE': 'free',
            'cloud': (function () {
                var a = [
                    'rental servers',
                    'butt'
                ];
                return a[Math.floor(Math.random() * a.length)];
            }) ()
        };



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: