function process(record) { with (record) { addRecord(firstName + " " + lastName, email); } }