Skip to content

Fix #35322: Modernize javascript snippets#35444

Merged
mjbvz merged 1 commit intomicrosoft:masterfrom
prog-rajkamal:feat_update_javascript_snippets__of_for_loop
Oct 9, 2017
Merged

Fix #35322: Modernize javascript snippets#35444
mjbvz merged 1 commit intomicrosoft:masterfrom
prog-rajkamal:feat_update_javascript_snippets__of_for_loop

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
Collaborator

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.

3 participants