Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update util.md for ES6 extends code example #8183

Closed
wants to merge 2 commits into from

Conversation

shaikh-shahid
Copy link
Contributor

@shaikh-shahid shaikh-shahid commented Aug 19, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@nodejs-github-bot nodejs-github-bot added util Issues and PRs related to the built-in util module. doc Issues and PRs related to the documentations. labels Aug 19, 2016
@@ -165,6 +165,30 @@ stream.on('data', (data) => {
stream.write('It works!'); // Received data: "It works!"
```

ES6 example using class and extends

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code class js or es6 is missing?

@jasnell
Copy link
Member

jasnell commented Aug 19, 2016

LGTM /cc @nodejs/documentation

@yorkie
Copy link
Contributor

yorkie commented Aug 20, 2016

LGTM

1 similar comment
@eljefedelrodeodeljefe
Copy link
Contributor

LGTM

jasnell pushed a commit that referenced this pull request Aug 21, 2016
Added class/extends example to util.md

PR-URL: #8183
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yorkie Liu <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
@jasnell
Copy link
Member

jasnell commented Aug 21, 2016

Landed in 9a91ffb! thank you!
I did fix up the commit message to follow our contribution guide.

@jasnell jasnell closed this Aug 21, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
Added class/extends example to util.md

PR-URL: #8183
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yorkie Liu <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants