{"id":20104945,"url":"https://github.com/qianlongo/professional-js","last_synced_at":"2025-05-06T09:30:56.344Z","repository":{"id":48020518,"uuid":"91252847","full_name":"qianlongo/professional-js","owner":"qianlongo","description":"JavaScript高级程序设计(第三版)读书笔记","archived":false,"fork":false,"pushed_at":"2021-08-10T22:50:45.000Z","size":394,"stargazers_count":49,"open_issues_count":5,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T00:01:12.549Z","etag":null,"topics":["books","javascript","study-notes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qianlongo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-14T15:29:01.000Z","updated_at":"2023-06-14T02:39:23.000Z","dependencies_parsed_at":"2022-08-12T16:50:43.992Z","dependency_job_id":null,"html_url":"https://github.com/qianlongo/professional-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianlongo%2Fprofessional-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianlongo%2Fprofessional-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianlongo%2Fprofessional-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianlongo%2Fprofessional-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qianlongo","download_url":"https://codeload.github.com/qianlongo/professional-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499001,"owners_count":17321591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["books","javascript","study-notes"],"created_at":"2024-11-13T17:45:24.881Z","updated_at":"2024-11-13T17:45:25.640Z","avatar_url":"https://github.com/qianlongo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# professional-js\n\n\u003e 最近打算重新巩固一下js基础，遥想详细看这本书还是2015年大三的时候，现在已经工作一年，越是工作，越是容易把基础丢失。开一个仓库，来记录重温的过程。\n\n**重温的过程并不会完全按照书籍的目录，而是觉得自己哪方面的知识开始模糊薄弱了**\n\n## 重温记录\n\n[第4章-变量、作用域和内存问题](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC4%E7%AB%A0-%E5%8F%98%E9%87%8F%E3%80%81%E4%BD%9C%E7%94%A8%E5%9F%9F%E5%92%8C%E5%86%85%E5%AD%98%E9%97%AE%E9%A2%98.md)\n\n[第5章-引用类型](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC5%E7%AB%A0-%E5%BC%95%E7%94%A8%E7%B1%BB%E5%9E%8B.md)\n\n[第6章-面向对象的程序设计](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC6%E7%AB%A0-%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E7%9A%84%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1.md)\n\n[第7章-函数表达式](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC7%E7%AB%A0-%E5%87%BD%E6%95%B0%E8%A1%A8%E8%BE%BE%E5%BC%8F.md)\n\n[第8章-BOM](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC8%E7%AB%A0-BOM.md)\n\n[第9章-客户端检测](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC9%E7%AB%A0-%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%A3%80%E6%B5%8B.md)\n\n[第10-DOM](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC10-DOM.md)\n\n[第13章-事件](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC13%E7%AB%A0-%E4%BA%8B%E4%BB%B6.md)\n\n[第14章-表单脚本](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC14%E7%AB%A0-%E8%A1%A8%E5%8D%95%E8%84%9A%E6%9C%AC.md)\n\n[第15章-使用canvas绘图](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC15%E7%AB%A0-%E4%BD%BF%E7%94%A8canvas%E7%BB%98%E5%9B%BE.md)\n\n[第16章-HTML5脚本编程](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC16%E7%AB%A0-HTML5%E8%84%9A%E6%9C%AC%E7%BC%96%E7%A8%8B.md)\n\n[第17章-错误处理与调试](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC17%E7%AB%A0-%E9%94%99%E8%AF%AF%E5%A4%84%E7%90%86%E4%B8%8E%E8%B0%83%E8%AF%95.md)\n\n[第20章-JSON](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC20%E7%AB%A0-Json.md)\n\n[第21章-Ajax与Comet](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC21%E7%AB%A0-Ajax%E4%B8%8EComet.md)\n\n[第22章-高级技巧](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC22%E7%AB%A0-%E9%AB%98%E7%BA%A7%E6%8A%80%E5%B7%A7.md)\n\n\n[第23章-离线应用与客户端存储](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC23%E7%AB%A0-%E7%A6%BB%E7%BA%BF%E5%BA%94%E7%94%A8%E4%B8%8E%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%AD%98%E5%82%A8.md)\n\n[第25章-新兴的API](https://github.com/qianlongo/professional-js/blob/master/%E7%AC%AC25%E7%AB%A0-%E6%96%B0%E5%85%B4%E7%9A%84API.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqianlongo%2Fprofessional-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqianlongo%2Fprofessional-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqianlongo%2Fprofessional-js/lists"}