Slide 6
Slide 6 text
THIS ALWAYS HAPPENS
define([
‘jquery’,
‘lodash’,
‘friends’,
‘chips’,
‘uber’,
‘music’,
‘records’,
’pillow’,
‘aGift’
], function($, _, drinks, friends, cars, music, records, pillow, aGift) {
$.get(‘/parties’).then(_.filter(party, goodOnes);
});