Skip to content

Commit 5e63a38

Browse files
constructor-new
1 parent 017c484 commit 5e63a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/04-object-basics/06-constructor-new

1-js/04-object-basics/06-constructor-new/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ calculator.read();
228228
alert( "Sum=" + calculator.sum() );
229229
alert( "Mul=" + calculator.mul() );
230230
```
231-
231+
232232
## إنشاء مجمِّع
233233
الأهمية: 5
234234
انشِئ دالة بانية باسم `Accumulator(startingValue)‎`، إذ يجب أن يتصف هذا الكائن بأنَّه:

0 commit comments

Comments
 (0)