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

    var { email, full_name } = get_user();
    send_email(email, `Hi ${full_name}!`);



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

Search: