mirror of
https://github.com/ElemeFE/node-interview.git
synced 2026-01-18 16:12:44 +00:00
section: util.md, add questions
This commit is contained in:
parent
8afa5235c0
commit
144b2f48d0
@ -169,6 +169,9 @@
|
||||
|
||||
**Common Problem**
|
||||
|
||||
* How does HTTP pass `let arr = [1,2,3,4]` to the server by GET method? [[more]](/sections/en-us/util.md#get-param)
|
||||
* How to implement util.inherits in Node.js? [[more]](/sections/en-us/util.md#utilinherits)
|
||||
* How do I get all the file names under a folder? [[more]](/sections/en-us/util.md#q-traversal)
|
||||
|
||||
[View more](/sections/en-us/util.md)
|
||||
|
||||
|
||||
@ -128,7 +128,7 @@ Most of them can be used as an interview to ask how to implement.
|
||||
|
||||
### util.inherits
|
||||
|
||||
> how to implement util.inherits in Node.js?
|
||||
> How to implement util.inherits in Node.js?
|
||||
|
||||
https://github.com/nodejs/node/blob/v7.6.0/lib/util.js#L960
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user