Skip to content

Commit 3892c50

Browse files
committed
fixed typo
1 parent 042fd1f commit 3892c50

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
যেমন:
1515

1616
```js run
17-
function user(name) {
17+
function User(name) {
1818
this.name = name;
1919
this.isAdmin = false;
2020
}

0 commit comments

Comments
 (0)