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

Normalized Set format and clarified set vs array #3342

Merged
merged 5 commits into from
Apr 2, 2021
Merged

Normalized Set format and clarified set vs array #3342

merged 5 commits into from
Apr 2, 2021

Commits on Mar 22, 2021

  1. Normalized Set format and clarified set vs array

    I was reading the docs on this today and was very confused by how and why the docs were doing things. After spending some time testing the examples, I realized that they simply were not consistent in how they were written and were type casting in someplace for no reason. These changes settle on representing the `Set` according to the standard unless explicitly showing how to convert from a set to an array.
    
    This should help devs not already familiar with Set to better understand it and its uniqueness at first glance and reduce confusion like I had by utilizing the standards for Set when applicable
    RIAEvangelist authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    fe2e137 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Update files/en-us/web/javascript/reference/global_objects/set/index.…

    …html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    RIAEvangelist and Rumyra authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    cc8258e View commit details
    Browse the repository at this point in the history
  2. Update files/en-us/web/javascript/reference/global_objects/set/index.…

    …html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    RIAEvangelist and Rumyra authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    231bf54 View commit details
    Browse the repository at this point in the history
  3. Update files/en-us/web/javascript/reference/global_objects/set/index.…

    …html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    RIAEvangelist and Rumyra authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ca258ab View commit details
    Browse the repository at this point in the history
  4. Update files/en-us/web/javascript/reference/global_objects/set/index.…

    …html
    
    
    added 'Set' to the returns comment for the Set object to increase accuracy.
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    RIAEvangelist and Rumyra authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    915e4af View commit details
    Browse the repository at this point in the history