π Spookyberb π β 13-03 Nov 23
Will this piece of code crash the app if it doesnt find anything?
const { fullName } = clients.find((client) => client.clientId === customerId);const { fullName } = clients.find((client) => client.clientId === customerId);