Don't be a pr*ck: Frontend Engineers and Accessibility
The following code will upset you
You are a Frontend Developer. You start in a new company and you find code like this:
const data = await fetchData();
const a = [];
data.map( item => a.push({ t: item.subject, i: item._id })
Probably your first tho...
blog.activeno.de5 min read