rgabo·15 ปีที่แล้ว·discussIt takes SUM(argv) as opposed to MAX(argv) as originally stated, which was wrong.Every argument will put itself back into the event loop (tick) N times until it actually prints the value so we need to SUM the values and not just take the MAX.
rgabo·15 ปีที่แล้ว·discussit would makes sense if the documentation and the API had been updated before they did the press release. otherwise, great news for node.js people!
Every argument will put itself back into the event loop (tick) N times until it actually prints the value so we need to SUM the values and not just take the MAX.