Slide 31
Slide 31 text
Custom l
o
d
a
s
h
g
r
u
n
t
.
r
e
g
i
s
t
e
r
T
a
s
k
(
"
l
o
d
a
s
h
i
f
y
"
, f
u
n
c
t
i
o
n (
) {
v
a
r i
n
c
l
u
d
e
s = [ "
c
l
o
n
e
"
, "
c
o
n
t
a
i
n
s
"
, "
e
a
c
h
"
, "
e
x
t
e
n
d
"
,
"
f
i
l
t
e
r
"
, "
f
o
r
E
a
c
h
"
, "
i
s
A
r
r
a
y
"
, "
i
s
D
a
t
e
"
,
"
i
s
O
b
j
e
c
t
"
, "
i
s
U
n
d
e
f
i
n
e
d
"
, "
m
a
p
"
, "
o
b
j
e
c
t
"
,
"
p
a
i
r
s
"
, "
p
i
c
k
"
, "
t
o
A
r
r
a
y
"
, "
u
n
i
q
u
e
I
d
" ]
;
r
e
q
u
i
r
e
(
"
s
h
e
l
l
j
s
"
)
.
e
x
e
c
(
"
.
/
n
o
d
e
_
m
o
d
u
l
e
s
/
.
b
i
n
/
l
o
d
a
s
h i
n
c
l
u
d
e
=
"
+ i
n
c
l
u
d
e
s
.
j
o
i
n
(
"
,
"
)
+ " e
x
p
o
r
t
s
=
a
m
d -
d -
o b
r
o
w
s
e
r
_
m
o
d
u
l
e
s
/
l
o
d
a
s
h
.
j
s
"
)
;
}
)
;