Commit 58b70d3 1 parent a82573d commit 58b70d3 Copy full SHA for 58b70d3
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -651,13 +651,13 @@ Deprecated predecessor of `console.log`.
651
651
652
652
### util._ extend(obj)
653
653
654
- Stability: 0 - Deprecated: Use Object.assign() instead.
654
+ Stability: 0 - Deprecated: Use [` Object.assign()`] instead.
655
655
656
656
The ` util._extend() ` method was never intended to be used outside of internal
657
657
Node.js modules. The community found and used it anyway.
658
658
659
659
It is deprecated and should not be used in new code. JavaScript comes with very
660
- similar built-in functionality through ` Object.assign() ` .
660
+ similar built-in functionality through [ ` Object.assign() ` ] .
661
661
662
662
[ `Array.isArray` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
663
663
[ constructor ] : https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/constructor
@@ -668,3 +668,4 @@ similar built-in functionality through `Object.assign()`.
668
668
[ `console.log()` ] : console.html#console_console_log_data
669
669
[ `console.error()` ] : console.html#console_console_error_data
670
670
[ `Buffer.isBuffer()` ] : buffer.html#buffer_class_method_buffer_isbuffer_obj
671
+ [ `Object.assign()` ] : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
You can’t perform that action at this time.
0 commit comments