Skip to content

Commit 034e927

Browse files
authored
Merge pull request #357 from baranakilli/master
Fixed Typo
2 parents 132e3a6 + a6b1d43 commit 034e927

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new/2-calculator-constructor

1 file changed

+1
-1
lines changed

1-js/04-object-basics/06-constructor-new/2-calculator-constructor/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function HesapMakinesi() {
1616
}
1717

1818
let hesapMakinesi = new HesapMakinesi();
19-
hesapMakimesi.oku();
19+
hesapMakinesi.oku();
2020

2121
alert( "Toplam=" + hesapMakinesi.topla() );
2222
alert( "Carpım=" + hesapMakinesi.carp() );

0 commit comments

Comments
 (0)