You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/function/ctor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ var v = add.toString();
191
191
- In pre-ES2015 environments, only plain identifiers (without defaults) are valid JavaScript parameters.
192
192
- Creating `Function` objects with the `Function` constructor is less efficient than declaring a function via a function expression or a function statement.
193
193
- The `Function` constructor can be invoked without the `new` operator (using `new` and not using `new` both return a new `Function` object).
194
-
- The `Function` constructor creates functions which execute in the **global scope**. Hence, created functions **cannot** access variables local to the scope in which functions were created.
194
+
- The `Function` constructor creates functions which execute in the **global scope**. Hence, created functions **cannot** access variables local to the scope in which functions were created.
0 commit comments