up
This commit is contained in:
parent
d7d25f4d8b
commit
20784e7f26
48 changed files with 302 additions and 397 deletions
|
@ -2,7 +2,7 @@ function Accumulator(startingValue) {
|
|||
this.value = startingValue;
|
||||
|
||||
this.read = function() {
|
||||
this.value += +prompt('Сколько добавлять будем?', 0);
|
||||
this.value += +prompt('How much to add?', 0);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue