Skip to content

Commit 5c72555

Browse files
committed
erased an extra new line
1 parent e358ec5 commit 5c72555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,6 @@ emp.name = "Bond 007";
11711171
console.log(emp.name); // Mr. BOND 007
11721172
```
11731173

1174-
11751174
Latest browsers are also supporting getter/setter functions in Objects and we can use them for computed properties, adding listeners and preprocessing before setting/getting:
11761175

11771176
```javascript

0 commit comments

Comments
 (0)