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: wesbos/JavaScript30
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pie/JavaScript30-anastasia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: production
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    5aef350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc37a9e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. 6. AJAX type ahead (#1)

    * Fecth cities data
    
    * Created function to find word matches
    
    * Display matching cities
    
    * Code improvements
    
    * Code formatting
    
    * More code formatting
    
    * Replaced loose boolean check
    
    * Code efficiency improvements
    spiralnebulam31 authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    267c37e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. 15 - Local storage and event delegation (#2)

    * First form event listener
    
    * Logal storage setup
    
    * Added function comment blocks
    
    * Added check/uncheck all, plus clear items buttons
    
    * Check/uncheck functionality improvements
    
    * Amends
    spiralnebulam31 authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    3a582ff View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Made speech recognition work (#3)

    Updates the “Speech Detection” example to better control speech recognition from the UI and adjusts repository ignore rules.
    
    Changes:
    
    - Added a Start button and additional SpeechRecognition event handling (start/stop/restart) in the Speech Detection demo.
    - Added transcript handling that appends new paragraphs and stops recognition on a “stop” command.
    - Ignored package-lock.json in .gitignore.
    
    ---
    - To see the specific tasks where the Asana app for GitHub is being used, see below:
      - https://app.asana.com/0/0/1213894340719409
    spiralnebulam31 authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    c8b7b33 View commit details
    Browse the repository at this point in the history
Loading