Skip to content

Commit 75fea0c

Browse files
authored
Update 001.variables.md
1 parent 6596141 commit 75fea0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

JavaScript/001.variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ let func_expr = function() {
214214
}
215215
```
216216

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.
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.
220220

221221

222222
# **Temporal Dead zone:**

0 commit comments

Comments
 (0)