https://about.me/RWBInc
Washington DC, USA | NYC, USA
Demand continues to slow.
Bob lays off some of his employees.
Bob is not making a profit and must close down the business.
Customers have less options in the market.
Bob has lost his dream.
#TrumpTarrifs
Demand continues to slow.
Bob lays off some of his employees.
Bob is not making a profit and must close down the business.
Customers have less options in the market.
Bob has lost his dream.
#TrumpTarrifs
Bob’s customers paid $20. Bob made a $10 profit.
Today Bob pays $15 each to have the shirts imported and made.
Bob now charges $30 to his customers for his shirts.
Bob still makes a $10 profit.
$5 goes to added cost to the rest of the company.
Customers stop buying Bob’s shirts…
Bob’s customers paid $20. Bob made a $10 profit.
Today Bob pays $15 each to have the shirts imported and made.
Bob now charges $30 to his customers for his shirts.
Bob still makes a $10 profit.
$5 goes to added cost to the rest of the company.
Customers stop buying Bob’s shirts…
console.log("Radio button 'silly' selected");
actionCount++;
} else {
console.log("Action prevented");
}
}
</script>
</body>
</html>
console.log("Radio button 'silly' selected");
actionCount++;
} else {
console.log("Action prevented");
}
}
</script>
</body>
</html>
<label for="silly">Silly</label>
</form>
<button onclick="performAction()">Select 'Silly'</button>
<script>
let actionCount = 0;
function performAction() {
if (actionCount < 2) {
<label for="silly">Silly</label>
</form>
<button onclick="performAction()">Select 'Silly'</button>
<script>
let actionCount = 0;
function performAction() {
if (actionCount < 2) {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prevent Repeating Action</title>
</head>
<body>
<form>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prevent Repeating Action</title>
</head>
<body>
<form>