We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc904d1 commit 9a98dddCopy full SHA for 9a98ddd
1-js/04-object-basics/01-object/4-const-object/task.md
@@ -4,7 +4,7 @@ importance: 5
4
5
# Constant objects?
6
7
-Is it possible to change an object declared with `const`, how do you think?
+Is it possible to change an object declared with `const`? What do you think?
8
9
```js
10
const user = {
0 commit comments