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.
Symbols
.env file
using, to manage secrets 242
.nvmrc file
using 18, 19
A
absolute versus relative paths
reference link 145
Ada 2.0 174
APIs list
reference link 177
application
middleware, adding to 203
Application Programming Interface (API) 5, 75, 167
application, shutting down gracefully 284
events, using 284, 285
exit codes, using 286
zombie processes, avoiding 286, 287
arithmetic operators 34
arrays
creating 45, 46
destructuring 50
exploring 45
filtering 48
items, accessing 46
items, adding 46
items, removing 47
items, replacing 46
iterating over 47
iteration 47
operations 45
utilities 49
validation 48
arrow functions 59
behavior changes 60
syntax 59
assignment operators 34
asynchronous...