# Frontend-Notes **Repository Path**: sdhfs/Frontend-Notes ## Basic Information - **Project Name**: Frontend-Notes - **Description**: 《JavaScript高级程序设计》、《JavaScript语言精粹》、《JavaScript DOM艺术编程》、《高性能JavaScript》、《深入浅出NodeJs》、《你不知道的JavaScript》等以及 IMOOC、Udacity、W3schools上的JavaScript学习笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-13 - **Last Updated**: 2022-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Front-End Books and Note 学习JavaScript过程中阅读过的的书籍以及看过的网上资源。 ## DONE `《JavaScript高级程序设计》`, `《JavaScript精粹》`, `《JavaScript DOM编程艺术》`, `《NodeJS入门》`, `《精通CSS》` ## On Process `《你不知道的JavaScript 上卷》`, `《图解HTTP》`, `《深入浅出NodeJs》` ## Plan `《高性能JavaScript》`, `《你不知道的JavaScript 下卷》`, `《锋利的Jquery》`, `《HTTP权威教程》`, `《webkit技术内幕》`, `《TCP/IP详解:卷一》`, `《MongoDB权威指南》`, `《图解TCP/IP》`, `《ES6标准入门》`, `《深入理解计算机系统》` ## JavaScript笔记/JS Note ### 1.阅读《JavaScript高级程序设计》的笔记 -> [Note Link](https://github.com/benny201/JavaScript-Notes/tree/master/JavaScript高级程序设计) ### 2.阅读《JavaScript精粹》的笔记 -> [Note Link](https://github.com/benny201/JavaScript-Notes/tree/master/JavaScript语言精粹) ### 3.阅读《JavaScript DOM编程艺术》的笔记 -> [Note Link](https://github.com/benny201/JavaScript-Notes/tree/master/JavaScript%20DOM编程艺术) ### 4.阅读《你不知道的JavaScript 上卷》的笔记 -> [Note Link](https://github.com/benny201/Front-End-Notes/tree/master/你不知道的JavaScript%20上卷) ### 5.阅读《深入浅出NodeJs》的笔记 -> [Note Link](https://github.com/benny201/Front-End-Notes/tree/master/深入浅出NodeJs) ### 6.阅读《深入理解计算机系统》的笔记 -> [Note Link]() ## CSS笔记/CSS note ### 1.《精通CSS》-> [Note Link](https://github.com/benny201/Front-End-Notes/tree/master/CSS%20Books/精通CSS) ### 一些重要知识点 * [CSS3 tansition/transform/animations](https://github.com/benny201/Front-End-Notes/tree/master/CSS%20Note/CSS%20animation) * [经典圣杯布局](https://github.com/benny201/Front-End-Notes/tree/master/CSS%20Note/经典的圣杯布局) * [BFC及其应用](https://github.com/benny201/Front-End-Notes/tree/master/CSS%20Note/BFC) * [淘宝双飞翼布局](https://github.com/benny201/Front-End-Notes/tree/master/CSS%20Note/淘宝双飞翼布局) ## 网络方向/Network ### 1.《图解HTTP》 -> [Note Link](https://github.com/benny201/Front-End-Notes/tree/master/图解HTTP) ### 2.《图解TCP/IP》 -> [Note Link](https://github.com/benny201/Front-End-Notes/tree/master/CSS%20Books/精通CSS) ### 其他的知识点 * [TCP/HTTP/SPDY/WebSocket关系](https://github.com/benny201/Front-End-Notes/tree/master/网络/TCP:HTTP:WebSocket) * [HTTP1.0/HTTP1.1/HTTP2.0的区别](https://github.com/benny201/Front-End-Notes/tree/master/网络/HTTP1.0:1.1:2.0) ## 其他网课以及文章 ### JavaScript一些重要知识点 * [this/apply/call/bind](https://github.com/benny201/JavaScript-Notes/tree/master/JavaScript一些关键知识点/This对象) * [一篇关于scoping和hoisting的文章](http://www.adequatelygood.com/JavaScript-Scoping-and-Hoisting.html "一篇关于scoping和hoisting的好文章") ### 慕课网的学习笔记 * [JavaScript入门篇](https://github.com/benny201/JavaScript-Notes/tree/master/chapter%207%20%20%20函数表达式 "入门篇") * [JavaScript进阶篇](https://github.com/benny201/JavaScript-Notes/tree/master/Imooc笔记/JavaScript进阶 "进阶篇")