Skip to content

Commit dfda0c3

Browse files
authored
removed the duplicate entries (#161)
removed duplicate entries for " "Don't use new Array()".
1 parent bd56627 commit dfda0c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ Connection test for the remote instance defined did not result in a positive res
6161
### Duplicate Script Include Name
6262
This uses a table check to find other Script Includes having the same API name. Technically this is possible, but causes issues as there is no way to control which Script Include will be instantiated when being called.
6363

64-
### Don't use new Array()
65-
In general, you should use the array literal notation when possible. It is easier to read, it gives the compiler a chance to optimize your code, and it's mostly faster too.
66-
6764
### Don't use new Object()
6865
In general, you should use the object literal notation when possible. It is easier to read, it gives the compiler a chance to optimize your code, and it's mostly faster too.
6966

0 commit comments

Comments
 (0)