Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: javascript-tutorial/pt.javascript.info
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sync-ff804bc1
Choose a base ref
...
head repository: javascript-tutorial/pt.javascript.info
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 1 file changed
  • 6 contributors

Commits on Jul 23, 2024

  1. Update article.md

    Remove non-inclusive language.
    audiodude authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c07df98 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Configuration menu
    Copy the full SHA
    c6f645c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3724 from audiodude/patch-1

    Update article.md
    smith558 authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    52c1e61 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Merge pull request #457 from javascript-tutorial/sync-ff804bc1

    Sync with upstream @ ff804bc
    gabifs authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    cf59bc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. merging all conflicts

    iliakan committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    ecc21c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    23525fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6ac84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #458 from javascript-tutorial/sync-52c1e619

    Sync with upstream @ 52c1e61
    gabifs authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    dcb189c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2026

  1. Fix Prism API name: highlightElem -> highlightElement

    The article's prose and inline examples use Prism.highlightElem, which
    does not exist in the Prism.js API, while the demo code later in the same
    article correctly uses Prism.highlightElement. Unify on the real API name.
    
    Also pass only the element in forEach callbacks: forEach supplies
    (element, index, array), which would collide with the
    highlightElement(element, async, callback) signature if the method
    reference is passed directly.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01MizgRqMWEBSTYhJ9YhSd2g
    Violet-Bora-Lee and claude committed Jul 19, 2026
    Configuration menu
    Copy the full SHA
    f7922ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3980 from Violet-Bora-Lee/fix-prism-highlight-ele…

    …ment
    
    Fix Prism API name: highlightElem -> highlightElement in MutationObserver article
    iliakan authored Jul 19, 2026
    Configuration menu
    Copy the full SHA
    725653f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Merge branch 'master' of github.com:javascript-tutorial/en.javascript…

    ….info into sync-725653fd
    iliakan committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    c7fa106 View commit details
    Browse the repository at this point in the history
Loading