Prep 09: Events and Asynchronicity - 9.3.3-9.4, 10.3
9.3.3 - Event Object
9.4 - Event Types
10.3.0 - Asynchronous Coding with JavaScript
9.4 - Event Types
10.3.0 - Asynchronous Coding with JavaScript
Categories:
less than a minute
Read
- FunWebDev Chapter 9.3.3-9.4 (inclusive): more on events and events with forms
- FunWebDev Chapter 10.3 (asynchronous programming)
Activity
- If you’re on Windows, install rsync as follows:
- If you are running Windows,
rsyncis likely not installed. - Follow these steps to get
rsyncworking in Git Bash (without having to install and configure a bunch of other tools): - Download and open the latest rsync package from MSYS2.
- Copy the
usrfolder (fromrsync…tar.zst) intoC:\Program Files\Git- This should merge the files into the existing
C:\Program Files\Git\usrfolder.
- This should merge the files into the existing
- Download the latest libxxhash package from MSYS2.
- Copy the
usrfolder (fromlibxxhash…tar.zst) intoC:\Program Files\Git- This should merge the files into the existing
C:\Program Files\Git\usrfolder.
- This should merge the files into the existing
- You should now be able to type
rsyncin Git Bash and see the usage message.
- If you are running Windows,
- Complete the “Later Gator” Activity