Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 0a73728

Browse files
Javier Pedreiraalbertpastrana
authored andcommitted
Update the code challenge instructions
1 parent 90fa682 commit 0a73728

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

javascript/counters/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ This simple app contains 3 counters and buttons to add and substract numbers eve
1414

1515
## Stage1:
1616
The `+` and `-` currently don't do anything. We'd like to see that everytime
17-
the `+` button is clicked, the associated number displayed should be incremented by `1` and when the `-` button is clicked, the associated number displayed should be decremented by `1`.
18-
## Stage2:
19-
There is new requirement for an extra Counter and ensure it's value is updated independently from the others.
17+
the `+` button is clicked, the associated number displayed should be incremented by `1` and when the `-` button is clicked, the associated number displayed should be decremented by `1`.
2018

21-
## Stage3:
19+
## Stage2:
2220
Users expressed that would be useful to see the total number that represents the sum of all the counters. Add a new element to the application to show this result.
2321

24-
## Stage4:
22+
## Stage3:
2523
The application has no style whatsoever. We include an screenshot. Try to add some CSS so it looks as similar as possible.
2624

2725
![Counter example](counters.png)

javascript/supermarket/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ So the above basket will return the following totals:
5656

5757
Also, we would like to start selling oranges, but those are priced by weight, not by unit.
5858

59-
Please implement items priced by weight
60-
61-
## Optional stages
62-
You can pick any of the following (or none), in no particular order
59+
Please implement items priced by weight.
6360

6461
- Do not allow negative or zero quantities
6562
- Validate that products added to a basket are defined

0 commit comments

Comments
 (0)