Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
Adapter pattern 413-415
addTiming() function 180-182
altered functions 169
anonymous functions 13
apply() method
reference link 15
architectural patterns 411
arguments
working with 47-49
arity() function 201
array
averaging 218, 219
flattening 127-130
searching 140
special search case 141, 142
summing 113-115
arrow functions 12, 13, 45
partial application with 237, 238
reference link 45
async/await
reference link 60
async calls
mapping 149, 150
reducing 151-153
used, for filtering 150, 151
async functions
async-ready looping 148
issues 146-148
reference link 43
working with 145, 146
async-ready looping 148
over async calls 148, 149
attribute
extracting, from object 210, 211
B
backend...