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

Sync with upstream @ b258d7d5 #187

Closed
wants to merge 28 commits into from
Closed

Commits on Jul 16, 2023

  1. Fixing a minor grammatical typo in the document.

    Fixing a minor grammatical typo in the selection and range markdown document.
    rahulrao0209 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    023c0ec View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    d51037a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Fix grammar and typos

    nakhodkin committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c66bace View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    bbac8a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    b6c604a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Updated result visualization

    Filin3 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ea05aa9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge pull request #3681 from Filin3/patch-1

    Updated result visualization
    smith558 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    04b73bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3632 from nakhodkin/patch-2

    Fix grammar and add an example
    smith558 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    acf339c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3636 from nakhodkin/patch-5

    Fix grammar and JavaScript syntax
    smith558 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    541b7f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3634 from nakhodkin/patch-4

    Fix grammar and typos
    smith558 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0b9bc2f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Update article.md

    Small change in the sentence.
    ellie-heidari committed May 10, 2024
    Configuration menu
    Copy the full SHA
    85da6f1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update article.md

    smith558 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    475899e View commit details
    Browse the repository at this point in the history
  2. Add link

    smith558 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7e524ba View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Update task.md

    pvepamb1 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    42851f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3694 from pvepamb1/patch-1

    Update task.md
    smith558 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2092da7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. change example element of multidimensional array

    When teaching this subject I found that an example where you can see for which array the first and the second value in the [] after matrix stand, helps understanding better.
    sneeed committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    f684d39 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. minor fixes

    iliakan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c151e11 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. - run

    Alexandre887 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3fd3f98 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    d1ffe5d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #3712 from kricsleo/patch-1

    docs: remove eval polyfill.io
    smith558 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    262f91a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3692 from ellie-heidari/patch-1

    Update article.md
    smith558 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    815fafa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Remove BigInt IE incompatibility part (#3709)

    * Remove BigInt IE incompatibility part
    
    As Internet Explorer was retired years ago, this paragraph is not needed anymore, so I deleted that line.
    
    * Delete link to MDN BigInt compatibility table
    
    Unimportant link: almost total compatibility since the appearance of zhe `BigInt` type.
    FloffyGarlic committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d6e0376 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Update article.md

    detail `Math.round` behavior on negative numbers in middle case.
    shallow-beach committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5a0df77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3715 from shallow-beach/master

    Update article.md
    smith558 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    62827d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3704 from Alexandre887/patch-10

    Inappropriate code `run`
    smith558 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4104eba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3700 from sneeed/patch-2

    change example element of multidimensional array
    smith558 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ca72abb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3495 from rahulrao0209/patch-1

    Fixing a minor grammatical typo in the document.
    smith558 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b258d7d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. merging all conflicts

    iliakan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f460bf View commit details
    Browse the repository at this point in the history