Where code goes to cry, and sanity goes to therapy
Treatments Our Story
var techno_panic = {
'symptoms': [
'inability to write clean code',
'excessive debugging time',
'frequent coffee consumption'
],
'causes': [
'inadequate whitespace',
'inconsistent indentation',
'untested code'
]
};
console.log(techno_panic.symptoms[0]); // prints: "inability to write clean code"