MOVED @lycaon@witches.town
Suivre

i have some code that's like

if(typeof arg === 'string'){
//do something
}
else if(typeof arg === 'object'){
//do something else
}

and looking at it makes me feel a deep shame