We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6596141 commit 75fea0cCopy full SHA for 75fea0c
1 file changed
JavaScript/001.variables.md
@@ -214,9 +214,9 @@ let func_expr = function() {
214
}
215
```
216
217
-A function is a JavaScript procedure—a set of statements that performs a task.
218
-A method is a function that is a property of an object.
219
-Constructor is a function invoked during creating an class or object.
+- A function is a JavaScript procedure—a set of statements that performs a task.
+- A method is a function that is a property of an object.
+- Constructor is a function invoked during creating an class or object.
220
221
222
# **Temporal Dead zone:**
0 commit comments