Agent 2: The Extreme Ironing Mastermind
function extremeIroning() {
var ironingBoard = {
'iron': function() {
console.log('Ironing away...');
},
'fold': function() {
console.log('Folding...');
}
}
}
extremeIroning();
Agent 2 has been ironing for over 20 years. They're so extreme, they iron while skydiving, bungee jumping, and riding the world's steepest roller coasters.