gitextract_hmq1lhif/ ├── .gitattributes ├── 01 - JavaScript Drum Kit/ │ ├── README.md │ ├── index-FINISHED.html │ ├── index-START.html │ └── style.css ├── 02 - JS and CSS Clock/ │ ├── README.md │ ├── click.css │ ├── clock.js │ ├── clock1.js │ ├── clock2.js │ ├── index.html │ └── style.css ├── 03 - CSS Variables/ │ ├── README.md │ ├── index.html │ ├── style.css │ └── variables.js ├── 04 - Array Cardio Day 1/ │ ├── README.md │ ├── index-FINISHED.html │ └── index-START.html ├── 05 - Flex Panel Gallery/ │ ├── README.md │ ├── animation.html │ ├── index-FINISHED.html │ └── index-START.html ├── 06 - Fetch、filter、正则表达式实现快速古诗匹配/ │ ├── .vscode/ │ │ └── launch.json │ ├── README.md │ └── index.html ├── 07 - Array Cardio Day 2/ │ ├── README.md │ └── index.html ├── 08 - HTML5 Canvas 实现彩虹画笔绘画板/ │ ├── README.md │ └── index.html ├── 09 - Console 调试各种姿势指南/ │ ├── README.md │ └── index-FINISHED.html ├── 10 - JS 实现 Checkbox 中按住 Shift 的多选功能/ │ ├── README.md │ ├── index-FINISHED.html │ ├── index-START.html │ └── sunzhaoxiang.html ├── 11 - 自定义视频播放器/ │ ├── README.md │ ├── index.html │ └── style.css ├── 12 - 键盘输入序列的验证指南/ │ ├── README.md │ └── index.html ├── 13 - 图片随屏幕滚动而滑入滑出的效果/ │ ├── README.md │ ├── index.html │ ├── index.js │ └── style.css ├── 14 - JavaScript 引用和值拷贝/ │ ├── README.md │ ├── index-FINISHED.html │ └── index-START.html ├── 15 - LocalStorage/ │ ├── README.md │ ├── demo.html │ ├── index.html │ └── style.css ├── 16 - 移动鼠标让字体呈现彩虹效果/ │ ├── README.md │ └── index.html ├── 17 - 数组排序/ │ ├── README.md │ └── index.html ├── 18 - Day18 - Reduce、Map混合使用计算时分秒/ │ ├── README.md │ └── index.html ├── 19 - Webcam Fun/ │ ├── README.md │ ├── index.html │ ├── package.json │ ├── scripts.js │ └── style.css ├── 20 - Speech Detection/ │ ├── README.md │ ├── index-FINISHED.html │ ├── index-START.html │ └── package.json ├── 21 - Geolocation/ │ ├── README.md │ ├── index.html │ └── package.json ├── 22 - Follow Along Link Highlighter/ │ ├── README.md │ ├── index.html │ └── style.css ├── 23 - Speech Synthesis/ │ ├── 23 - Speech Synthesis/ │ │ ├── README.md │ │ ├── index.html │ │ └── style.css │ └── speak-easy-synthesis/ │ ├── index.html │ ├── manifest.webapp │ ├── script.js │ └── style.css ├── 24 - Sticky Nav/ │ ├── README.md │ ├── index.html │ └── style.css ├── 25 - Event Capture, Propagation, Bubbling and Once/ │ ├── README.md │ └── index.html ├── 26 - Stripe Follow Along Nav/ │ ├── README.md │ └── index.html ├── 27 - Click and Drag/ │ ├── README.md │ ├── index-FINISHED.html │ ├── index-START.html │ └── style.css ├── 28 - Video Speed Controller/ │ ├── .vscode/ │ │ └── settings.json │ ├── README.md │ ├── index-FINISHED.html │ ├── index-START.html │ └── style.css ├── 29 - Countdown Timer/ │ ├── .vscode/ │ │ └── settings.json │ ├── README.md │ ├── index.html │ ├── scripts-FINISHED.js │ ├── scripts-START.js │ └── style.css ├── 30 - Whack A Mole/ │ ├── README.md │ ├── index-FINISHED.html │ ├── index-START.html │ └── style.css ├── 31 - Canvas CountClock/ │ ├── Countdown.html │ ├── Countdown.js │ ├── digit.js │ └── readme.md ├── LICENSE └── README.md