Skip to content

Commit 444af99

Browse files
authored
Merge pull request #570 from loumarven/patch-2
Improved sentence composition
2 parents e2bf6ef + 9a98ddd commit 444af99

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/01-object/4-const-object

1 file changed

+1
-1
lines changed

1-js/04-object-basics/01-object/4-const-object/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Constant objects?
66

7-
Is it possible to change an object declared with `const`, how do you think?
7+
Is it possible to change an object declared with `const`? What do you think?
88

99
```js
1010
const user = {

0 commit comments

Comments
 (0)