File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 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`.
651651
652652### util._ extend(obj)
653653
654- Stability: 0 - Deprecated: Use Object.assign() instead.
654+ Stability: 0 - Deprecated: Use [` Object.assign()`] instead.
655655
656656The ` util._extend() ` method was never intended to be used outside of internal
657657Node.js modules. The community found and used it anyway.
658658
659659It 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() ` ] .
661661
662662[ `Array.isArray` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
663663[ constructor ] : https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/constructor
@@ -668,3 +668,4 @@ similar built-in functionality through `Object.assign()`.
668668[ `console.log()` ] : console.html#console_console_log_data
669669[ `console.error()` ] : console.html#console_console_error_data
670670[ `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