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

Fix #35322: Modernize javascript snippets #35444

Merged
merged 1 commit into from Oct 9, 2017
Merged

Fix #35322: Modernize javascript snippets #35444

merged 1 commit into from Oct 9, 2017

Conversation

prog-rajkamal
Copy link
Contributor

This PR addresses #35322 by adding following snippets to javascript and javascriptreact languages:

// for loop (let) [useforl]
for (let index = 0; index < array.length; index++) {
    let element = array[index];
    
}

// For Of [use forof]
for (let iterator of object) {
    
}

@msftclas
Copy link

msftclas commented Oct 1, 2017

CLA assistant check
All CLA requirements met.

@prog-rajkamal prog-rajkamal changed the title Fix #35322: Modenrize javascript snippets Fix #35322: Modernize javascript snippets Oct 1, 2017
@mjbvz mjbvz added this to the October 2017 milestone Oct 9, 2017
@mjbvz mjbvz merged commit 214437b into microsoft:master Oct 9, 2017
@mjbvz
Copy link
Contributor

mjbvz commented Oct 9, 2017

Thanks! Should be in the next insiders build

@jrieken jrieken requested a review from mjbvz October 31, 2017 15:42
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants