Skip to content

Commit 284f1cc

Browse files
authored
user - kullanıcı olarak değiştirildi.
1 parent 4fd5816 commit 284f1cc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function Kullanici(isim) {
187187
}
188188

189189
*!*
190-
let ihsan = new User("ihsan");
190+
let ihsan = new Kullanici("ihsan");
191191

192192
ihsan.selamVer(); // Benim adım: İhsan
193193
*/!*

0 commit comments

Comments
 (0)