Skip to content

Commit 9a98ddd

Browse files
authored
Improved sentence composition
1 parent dc904d1 commit 9a98ddd

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

+1-1
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)