Warning: Do not attempt to use these socks as utensils in a real kitchen. Or do. We're not your mom.
// Sock-based utensil API
function sockUtensil(sock) {
return {
"spatula": "Use for flipping pancakes",
"whisk": "Use for mixing eggs",
"tong": "Use for picking up small objects"
}
}