Skip to content

Commit 4fd5816

Browse files
authored
variable fix.
1 parent 62cb294 commit 4fd5816

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("İhsan");
190+
let ihsan = new User("ihsan");
191191

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

0 commit comments

Comments
 (0)