100天编程挑战:修订间差异

第14行: 第14行:
* Day 10(2025-01-01):通过小项目练习了排序算法(冒泡排序<ref>[https://www.runoob.com/w3cnote/bubble-sort.html 冒泡排序 | 菜鸟教程]</ref>、选择排序<ref>[https://www.runoob.com/w3cnote/selection-sort.html 选择排序 | 菜鸟教程]</ref>、插入排序<ref>[https://www.runoob.com/w3cnote/insertion-sort.html 插入排序 | 菜鸟教程]</ref>)<ref>https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-basic-algorithmic-thinking-by-building-a-number-sorter</ref>,但是非常生涩,几乎没有理解;
* Day 10(2025-01-01):通过小项目练习了排序算法(冒泡排序<ref>[https://www.runoob.com/w3cnote/bubble-sort.html 冒泡排序 | 菜鸟教程]</ref>、选择排序<ref>[https://www.runoob.com/w3cnote/selection-sort.html 选择排序 | 菜鸟教程]</ref>、插入排序<ref>[https://www.runoob.com/w3cnote/insertion-sort.html 插入排序 | 菜鸟教程]</ref>)<ref>https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-basic-algorithmic-thinking-by-building-a-number-sorter</ref>,但是非常生涩,几乎没有理解;
* Day 11(2025-01-02):简单练习了 JavaScript 的<code>fetch</code>方法,功能与 Python 的 [[requests]] 类似,都是向目标 [[API]] 接口发送 GET 请求以获取数据,但调用方法有点不同<ref>https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-fetch-and-promises-by-building-an-fcc-authors-page</ref>;
* Day 11(2025-01-02):简单练习了 JavaScript 的<code>fetch</code>方法,功能与 Python 的 [[requests]] 类似,都是向目标 [[API]] 接口发送 GET 请求以获取数据,但调用方法有点不同<ref>https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-fetch-and-promises-by-building-an-fcc-authors-page</ref>;
* Day 12(2025-01-03):通过创建一个票据页面,练习了 [[CSS]] 的伪类选择器<ref>https://www.freecodecamp.org/learn/2022/responsive-web-design/#learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet</ref>;


=== 31-60 ===
=== 31-60 ===