function getMozzarella() {}
const createPizza = async () => {}
const mozzarella = getMozzarella();
const pizza = await createPizza(mozzarella);
const getMozzarella = await api();
const createPizza = new Pizza();
There are many verbs that should not be part of non-function variables, but I think the most common ones are enough:
get
set
unset
delete
add
remove
destroy
Maybe not:
clear // this is also an adjective
init // this could also be a noun for "initialization of X", a Promise that resolves with X
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too